Updated Branches: refs/heads/master b63904c9d -> 971f1cf74
add a timeout to prevent hanging too long Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/971f1cf7 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/971f1cf7 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/971f1cf7 Branch: refs/heads/master Commit: 971f1cf749fad05c41a2589f51629d1c68902e6a Parents: b63904c Author: olivier lamy <[email protected]> Authored: Mon Dec 3 13:43:11 2012 +0100 Committer: olivier lamy <[email protected]> Committed: Mon Dec 3 13:44:00 2012 +0100 ---------------------------------------------------------------------- build.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/971f1cf7/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 2322be3..72a6a88 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"> + <java fork="true" classname="org.apache.maven.cli.MavenCli" failonerror="true" timeout="600000"> <!--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}" />
