Updated Branches: refs/heads/master b3a91ebe3 -> d32fb267b
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/master Commit: d32fb267b241f2f836d7702c111d0af44d73676c Parents: b3a91eb Author: olivier lamy <[email protected]> Authored: Mon Dec 3 13:47:28 2012 +0100 Committer: olivier lamy <[email protected]> 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}" />
