File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ java -version
29
29
set +x
30
30
echo " --- Release the binaries to Maven Central :maven:"
31
31
if [[ " ${dry_run} " == " true" ]] ; then
32
- ./mvnw -V -s .ci/settings.xml -Pgpg clean package --batch-mode
32
+ ./mvnw -V -s .ci/settings.xml -Pgpg clean package --batch-mode | tee release.txt
33
33
else
34
34
./mvnw -V -s .ci/settings.xml -Pgpg clean deploy --batch-mode | tee release.txt
35
35
fi
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ java -version
26
26
set +x
27
27
echo " --- Deploy the snapshot :package:"
28
28
if [[ " $dry_run " == " true" ]] ; then
29
- ./mvnw -V -s .ci/settings.xml -Pgpg clean package --batch-mode
29
+ ./mvnw -V -s .ci/settings.xml -Pgpg clean package --batch-mode | tee snapshot.txt
30
30
else
31
31
./mvnw -V -s .ci/settings.xml -Pgpg clean deploy --batch-mode | tee snapshot.txt
32
32
fi
You can’t perform that action at this time.
0 commit comments