You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ke...@apache.org on 2012/09/21 00:42:43 UTC

[2/2] git commit: configure maven compiler plugin

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/6e767a34
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/6e767a34
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/6e767a34

Branch: refs/heads/master
Commit: 6e767a3491941cc5ce4293301ae21b9d2a0e4351
Parents: 4c5f41b
Author: Kelven Yang <ke...@citrix.com>
Authored: Thu Sep 20 15:41:30 2012 -0700
Committer: Kelven Yang <ke...@citrix.com>
Committed: Thu Sep 20 15:42:06 2012 -0700

----------------------------------------------------------------------
 pom.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6e767a34/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ef478a3..a05e60c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -291,6 +291,9 @@
           <configuration>
             <source>${cs.jdk.version}</source>
             <target>${cs.jdk.version}</target>
+			<fork>true</fork>
+          	<meminitial>128m</meminitial>
+          	<maxmem>512m</maxmem>            
           </configuration>
         </plugin>
       <plugin>