mirror of https://github.com/apache/maven.git
add a timeout to prevent hanging too long
This commit is contained in:
parent
b63904c9db
commit
971f1cf749
|
@ -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}" />
|
||||
|
|
Loading…
Reference in New Issue