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 5b49cab commit 7a79513Copy full SHA for 7a79513
scripts/build-release.sh
@@ -6,7 +6,6 @@ TAG=$1
6
VERSION=${TAG#v}
7
8
mvn versions:set -DnewVersion=$VERSION
9
-mvn install -DskipTests=true # to find the new version in the next step
+mvn -B install -P release -DskipTests=true # to find the new version in the next step
10
cd integration-tests/it-spring-boot-smoke-test
11
12
-mvn -B package -P release -Dmaven.test.skip=true
0 commit comments