Add controller default JVM options 79/17379/5
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 30 Mar 2015 17:47:53 +0000 (13:47 -0400)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 20 Jul 2015 10:42:40 +0000 (10:42 +0000)
commit96236a53702f2ddd9431f26be05048ab53466dd2
tree67f19d697599fe5eec5a5990539a0a14256d24e5
parent133983f3e62f4e6d8db5e07386a6decd359e5757
Add controller default JVM options

Maven 3.3.1 has a new feature which lets us configure default
commandline options per project. This patch takes advantage of the new
feature so that Controller devs using the Maven 3.3.1+ no longer have
to export MAVEN_OPTS.

http://blog.soebes.de/blog/2015/03/17/apache-maven-3-dot-3-1-features/

Change-Id: Ic42840b5778bd8a421997f6e22df4a74f56210f7
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
.mvn/jvm.config [new file with mode: 0644]
.mvn/maven.config [new file with mode: 0644]