X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fsonatype-clm.sh;h=3642d5122a3e1648f9f54cdf0b4b9d3cb2edf287;hb=2a10c83b2d506008cc6c01c134515fb6328e1f3a;hp=4cfdfb5b21f17986cf10de19de60c992ddc2e8e5;hpb=a99cfe8b7c3e3b33cf9f210a90c50ea65128b30e;p=releng%2Fglobal-jjb.git diff --git a/shell/sonatype-clm.sh b/shell/sonatype-clm.sh index 4cfdfb5b..3642d512 100644 --- a/shell/sonatype-clm.sh +++ b/shell/sonatype-clm.sh @@ -8,7 +8,7 @@ # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html ############################################################################## - +echo "---> sonatype-clm.sh" # This script builds a Maven project and deploys it into a staging repo which # can be used to deploy elsewhere later eg. Nexus staging / snapshot repos. @@ -25,4 +25,4 @@ $MVN clean install dependency:tree com.sonatype.clm:clm-maven-plugin:index \ --global-settings "$GLOBAL_SETTINGS_FILE" \ --settings "$SETTINGS_FILE" \ -DaltDeploymentRepository=staging::default::file:"$WORKSPACE"/m2repo \ - $MAVEN_PARAMS $MAVEN_OPTIONS + $MAVEN_OPTIONS $MAVEN_PARAMS