Remove redundant install goal 20/36420/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 18 Mar 2016 05:02:00 +0000 (01:02 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 18 Mar 2016 13:11:34 +0000 (09:11 -0400)
Calling "mvn clean deploy" also already calls the "install" goal. Having
"install deploy" called at the same time causes Maven to run the install
phase twice.

Change-Id: Ib844a1d62c7fe4b2667174411f733c48af35b313
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/autorelease/autorelease-templates.yaml

index b3a1cc6465a68d3c141a8a8dbfaee1849afc51b4..ff81b18dcfc9b4a8f30c06a17e34af2c15fb0f55 100644 (file)
@@ -55,7 +55,7 @@
     maven:
         maven-name: '{mvn33}'
         root-pom: 'pom.xml'
-        goals: 'clean install deploy -Pintegrationtests,docs,repoBuild -Djenkins -Dcheckstyle.skip=true -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -DaltDeploymentRepository=staging::default::file:hide/from/pom/files/stage'
+        goals: 'clean deploy -Pintegrationtests,docs,repoBuild -Djenkins -Dcheckstyle.skip=true -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -DaltDeploymentRepository=staging::default::file:hide/from/pom/files/stage'
         maven-opts: '-Xmx10g -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
         settings: '{autorelease-settings}'
         global-settings: '{odl-global-settings}'