From c072349a0bf0a2acfa7dfd4bbe1a8b0be5c6e059 Mon Sep 17 00:00:00 2001 From: SteNicholas Date: Mon, 9 Sep 2024 14:05:35 +0800 Subject: [PATCH] [Improvement] Introduce apache-release and docs-and-source profile --- pom.xml | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) diff --git a/pom.xml b/pom.xml index c3385f2a6..c1838f589 100644 --- a/pom.xml +++ b/pom.xml @@ -228,6 +228,82 @@ under the License. + + + + apache-release + + + + org.apache.maven.plugins + maven-assembly-plugin + + + org.apache.apache.resources + apache-source-release-assembly-descriptor + 1.0.6 + + + + + source-release-assembly + + none + + + + + + + + + docs-and-source + + + docs-and-source + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + true + + + + attach-javadocs + + jar + + + + + + + + +