We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a110f commit aa039ecCopy full SHA for aa039ec
script/closure-library-release/closure-library-release.sh
@@ -139,15 +139,15 @@ perl -p -e "s/RELEASE_VERSION/$release_version/go" \
139
if [ "$HUDSON" = "true" ]; then
140
(
141
cd "$third_party_project_dir"
142
- mvn -ntp -B --fail-at-end \
+ mvn -e -ntp -B --fail-at-end \
143
-Psonatype-oss-release \
144
-Dsource.skip=true \
145
clean deploy
146
)
147
148
149
cd "$project_dir"
150
151
152
153
0 commit comments