You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2012/12/09 03:51:51 UTC

[12/30] git commit: oups I missed something here.

oups I missed something here.


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/d32fb267
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/d32fb267
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/d32fb267

Branch: refs/heads/slf4j-logback
Commit: d32fb267b241f2f836d7702c111d0af44d73676c
Parents: b3a91eb
Author: olivier lamy <ol...@apache.org>
Authored: Mon Dec 3 13:47:28 2012 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Mon Dec 3 13:47:37 2012 +0100

----------------------------------------------------------------------
 build.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/d32fb267/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 3a6d030..4bbbec9 100644
--- a/build.xml
+++ b/build.xml
@@ -247,7 +247,7 @@ Do you want to continue?</input>
   </target>
 
   <target name="maven-compile" depends="compile-boot,process-classes" description="compiles Maven using the bootstrap Maven, skipping automated tests">
-    <java fork="true" classname="org.apache.maven.cli.MavenCli" failonerror="true" timeout="600000" maxmemory="512">
+    <java fork="true" classname="org.apache.maven.cli.MavenCli" failonerror="true" timeout="600000" maxmemory="512m">
       <!--jvmarg line="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000"/-->
       <classpath refid="maven.classpath" />
       <arg value="${maven.debug}" />