File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ java -version
28
28
29
29
set +x
30
30
# Default in dry-run mode
31
- GOAL=" install "
31
+ GOAL=" package "
32
32
DRY_RUN_MSG=" (dry-run)"
33
33
# Otherwise, a RELEASE
34
34
if [[ " $dry_run " == " false" ]] ; then
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ java -version
25
25
26
26
set +x
27
27
# Default in dry-run mode
28
- GOAL=" install "
28
+ GOAL=" package "
29
29
DRY_RUN_MSG=" (dry-run)"
30
30
# Otherwise, a RELEASE
31
31
if [[ " $dry_run " == " false" ]] ; then
@@ -34,4 +34,4 @@ if [[ "$dry_run" == "false" ]] ; then
34
34
fi
35
35
36
36
echo " --- Deploy the snapshot :package: [./mvnw $GOAL )] $DRY_RUN_MSG "
37
- ./mvnw -V -s .ci/settings.xml -Pgpg clean $GOAL -DskipTests --batch-mode | tee release .txt
37
+ ./mvnw -V -s .ci/settings.xml -Pgpg clean $GOAL -DskipTests --batch-mode | tee snapshot .txt
You can’t perform that action at this time.
0 commit comments