From b7782cf7724ce6d1cb5e2fc3b2efc5c351040caa Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 21 Jan 2015 16:08:18 -0500 Subject: [PATCH] Add repoBuild profile used by some projects Change-Id: I9e4cd782c0aaa8e64f9cd214e2ad04d0c27fbd26 Signed-off-by: Thanh Ha --- jjb/autorelease/autorelease-lithium.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/autorelease/autorelease-lithium.yaml b/jjb/autorelease/autorelease-lithium.yaml index c0fc9eb72..cb700a181 100644 --- a/jjb/autorelease/autorelease-lithium.yaml +++ b/jjb/autorelease/autorelease-lithium.yaml @@ -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 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}' -- 2.36.6