diff --git a/pom.xml b/pom.xml index 2311a2203..e2a3258fc 100644 --- a/pom.xml +++ b/pom.xml @@ -480,6 +480,7 @@ attach-sources + package jar-no-fork @@ -491,6 +492,7 @@ attach-javadocs + package jar diff --git a/release.sh b/release.sh index 2248eb7c5..e35cb2c15 100755 --- a/release.sh +++ b/release.sh @@ -65,7 +65,7 @@ git push prompt_continue "release version $RELEASE_VERSION to Maven Central" -mvn -Prelease clean install gpg:sign deploy $GPG_PASSPHRASE +mvn -Prelease clean deploy $GPG_PASSPHRASE prompt_continue "tag and push tags for version $RELEASE_VERSION to remote git repository"