Build using /tmp/r as Maven local repo
[releng/builder.git] / jjb / autorelease / autorelease-lithium.yaml
index 8f868b3691e1c3c2033ba896f32efc8f5af668de..152b2f3b39198b52a2a3b691bccdf861127956fc 100644 (file)
@@ -3,7 +3,7 @@
 - project:
     name: autorelease
     jobs:
-        - 'autorelease-lithium-daily'
+        - 'autorelease-daily-lithium'
 
     # stream:    branch with - in place of / (eg. stable-helium)
     # branch:    branch (eg. stable/helium)
@@ -15,7 +15,7 @@
     jdk: 'openjdk7'
 
 - job-template:
-    name: 'autorelease-lithium-daily'
+    name: 'autorelease-daily-lithium'
 
     project-type: maven
     node: dynamic_verify
@@ -52,7 +52,7 @@
     maven:
         maven-name: '{mvn32}'
         root-pom: 'pom.xml'
-        goals: 'clean install -Pintegrationtests,docs -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=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r'
         maven-opts: '-Xmx4096m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
         settings: '{autorelease-settings}'
         global-settings: '{odl-global-settings}'