Merge "Bump Maven 3.3.x series to 3.3.9"
[releng/builder.git] / jjb / l2switch / l2switch.cfg
1 STREAMS:
2 - beryllium:
3     branch: master
4     jdks: openjdk7,openjdk8
5     autorelease: true
6 - stable-lithium:
7     branch: stable/lithium
8     jdks: openjdk7
9 - stable-helium:
10     branch: stable/helium
11     jdks: openjdk7
12 MVN_GOALS: -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r clean install
13 MVN_OPTS: -Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true
14 DEPENDENCIES: yangtools,controller,openflowjava,openflowplugin
15 JDKS: openjdk7,openjdk8