We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079127d commit 999613dCopy full SHA for 999613d
deployToMavenCentral.sh
@@ -60,7 +60,7 @@ trap cleanup EXIT
60
# Build and deploy
61
echo -e "\nINFO: Building and deploying to Maven Central..."
62
export MAVEN_OPTS="--add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED"
63
-if ! mvn clean package deploy -DskipTests "${MVN_PROFILES}" -Pdeploy "-Dgpg.keyname=${gpgKeyName}" ; then
+if ! mvn clean deploy -DskipTests "${MVN_PROFILES}" -Pdeploy "-Dgpg.keyname=${gpgKeyName}" ; then
64
echo -e "ERROR: Failed to build and deploy to Maven Central!"
65
exit 1
66
fi
0 commit comments