We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1819e47 commit 4eca748Copy full SHA for 4eca748
release-version.sh
@@ -199,7 +199,9 @@ exclude them by setting license.excludes in your POM; e.g.:
199
# Prepare new release without pushing (requires the release plugin >= 2.1).
200
$DRY_RUN mvn $BATCH_MODE release:prepare -DpushChanges=false -Dresume=false $TAG \
201
$PROFILE $DEV_VERSION -DreleaseVersion="$VERSION" \
202
- "-Darguments=-Dgpg.skip=true ${EXTRA_ARGS# }" &&
+ "-Darguments=-Dgpg.skip=true ${EXTRA_ARGS# }" ||
203
+ die 'The release preparation step failed -- look above for errors and fix them.
204
+Use "mvn javadoc:javadoc | grep error" to check for javadoc syntax errors.'
205
206
# Squash the maven-release-plugin's two commits into one.
207
if test -z "$DRY_RUN"
0 commit comments