summaryrefslogtreecommitdiffstats
path: root/screwdriver
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahooinc.com>2023-07-27 13:35:39 +0200
committerArnstein Ressem <aressem@yahooinc.com>2023-07-27 13:35:39 +0200
commitf2c1fa8518ace648126e275edefe9dbc9aa7ab97 (patch)
tree0fe26d7b1c555e1804eb75b072fc85360fd573ab /screwdriver
parent23760b0dc446cdaeac5494804741aca0cca9b5ba (diff)
Debug failed deploy of dependency-versions POM.
Diffstat (limited to 'screwdriver')
-rwxr-xr-xscrewdriver/release-java-artifacts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/screwdriver/release-java-artifacts.sh b/screwdriver/release-java-artifacts.sh
index 8cf61dfc839..67e5f26aa57 100755
--- a/screwdriver/release-java-artifacts.sh
+++ b/screwdriver/release-java-artifacts.sh
@@ -71,7 +71,7 @@ rm -f $TMPFILE
mvn $COMMON_MAVEN_OPTS --file ./maven-plugins/pom.xml -DskipStagingRepositoryClose=true -DstagingRepositoryId=$STG_REPO deploy
# Deploy the rest of the artifacts
-mvn $COMMON_MAVEN_OPTS --threads 8 -DskipStagingRepositoryClose=true -DstagingRepositoryId=$STG_REPO deploy
+mvn -X $COMMON_MAVEN_OPTS --threads 8 -DskipStagingRepositoryClose=true -DstagingRepositoryId=$STG_REPO deploy
# Close with checks
mvn $COMMON_MAVEN_OPTS -N org.sonatype.plugins:nexus-staging-maven-plugin:1.6.12:rc-close -DnexusUrl=https://oss.sonatype.org/ -DserverId=ossrh -DstagingRepositoryId=$STG_REPO