Skip to content

Commit aa039ec

Browse files
committed
Github action mvn debugging
1 parent e9a110f commit aa039ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/closure-library-release/closure-library-release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,15 @@ perl -p -e "s/RELEASE_VERSION/$release_version/go" \
139139
if [ "$HUDSON" = "true" ]; then
140140
(
141141
cd "$third_party_project_dir"
142-
mvn -ntp -B --fail-at-end \
142+
mvn -e -ntp -B --fail-at-end \
143143
-Psonatype-oss-release \
144144
-Dsource.skip=true \
145145
clean deploy
146146
)
147147

148148
(
149149
cd "$project_dir"
150-
mvn -ntp -B --fail-at-end \
150+
mvn -e -ntp -B --fail-at-end \
151151
-Psonatype-oss-release \
152152
-Dsource.skip=true \
153153
clean deploy

0 commit comments

Comments
 (0)