X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb-templates%2Fdistribution.yaml;h=57c2b224e58e7f5816387361b249dca4752f799a;hb=e6dadb34e0f43397924893e5e872ec26f56eee88;hp=0d58aaf1e9ac88cd47c0c284955e76130f644a38;hpb=0e348577f3d6f01198540ca7692fa234d42515ba;p=releng%2Fbuilder.git diff --git a/jjb-templates/distribution.yaml b/jjb-templates/distribution.yaml index 0d58aaf1e..57c2b224e 100644 --- a/jjb-templates/distribution.yaml +++ b/jjb-templates/distribution.yaml @@ -45,7 +45,7 @@ maven: maven-name: '{mvn33}' root-pom: 'pom.xml' - goals: '-Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r clean install' + goals: 'clean install -Djenkins -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' maven-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' settings: '{integration-settings}' global-settings: '{odl-global-settings}'