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

[14/30] git commit: add a timeout to prevent hanging too long

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/slf4j-logback
Commit: 971f1cf749fad05c41a2589f51629d1c68902e6a
Parents: b63904c
Author: olivier lamy <ol...@apache.org>
Authored: Mon Dec 3 13:43:11 2012 +0100
Committer: olivier lamy <ol...@apache.org>
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}" />