From f8002e014e6770dff541adef4e7fd7590850a675 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 21 Jan 2015 21:32:38 -0500 Subject: [PATCH] Remove non-existant integrationtests and docs profiles According to the SFC build there is no profiles called integrationtests or docs. If this is true then there's no reason to override the MAVEN_GOALS setting and accept the default. Change-Id: I069bbdcff5c3e2f3a93c7985e269e62028707ea0 Signed-off-by: Thanh Ha --- jjb/sfc/sfc.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/jjb/sfc/sfc.cfg b/jjb/sfc/sfc.cfg index ec61eee87..c528663e8 100644 --- a/jjb/sfc/sfc.cfg +++ b/jjb/sfc/sfc.cfg @@ -1,3 +1,2 @@ -MVN_GOALS: -Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo clean install -Pintegrationtests,docs MVN_OPTS: -Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true DEPENDENCIES: yangtools,controller -- 2.36.6