configure maven compiler plugin
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/76df9924 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/76df9924 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/76df9924 Branch: refs/heads/4.0 Commit: 76df992451d2089e066f16a45a2c717083370e28 Parents: dbd6ec4 Author: Kelven Yang <[email protected]> Authored: Thu Sep 20 15:41:30 2012 -0700 Committer: Kelven Yang <[email protected]> Committed: Thu Sep 20 17:10:33 2012 -0700 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/76df9924/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 17ea050..49a71a1 100644 --- a/pom.xml +++ b/pom.xml @@ -290,6 +290,9 @@ <configuration> <source>${cs.jdk.version}</source> <target>${cs.jdk.version}</target> + <fork>true</fork> + <meminitial>128m</meminitial> + <maxmem>512m</maxmem> </configuration> </plugin> <plugin>
