Add source:jar and javadoc:jar goals to autorelease build 08/14808/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 4 Feb 2015 02:19:31 +0000 (21:19 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 4 Feb 2015 02:19:31 +0000 (21:19 -0500)
Change-Id: I95691287e9ce0422489b66bc421252df242661f5
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/autorelease/autorelease-lithium.yaml

index cb700a181c60f7e905b767903a69ed52b0aedc33..44a4c288c0da7269198ded13bcbffe4cd192df02 100644 (file)
@@ -52,7 +52,7 @@
     maven:
         maven-name: '{mvn32}'
         root-pom: 'pom.xml'
-        goals: 'clean install -Pintegrationtests,docs,repoBuild -fae -Dcheckstyle.skip=true -Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo'
+        goals: 'clean source:jar javadoc:jar install -Pintegrationtests,docs,repoBuild -fae -Dcheckstyle.skip=true -Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo'
         maven-opts: '-Xmx4096m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
         settings: '{autorelease-settings}'
         global-settings: '{odl-global-settings}'