mirror of https://github.com/apache/maven.git
flipped back the debug mode
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@762577 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
847aecea98
commit
5ae7bdc3fd
|
@ -303,12 +303,14 @@ END SNIPPET: ant-bootstrap -->
|
|||
<arg value="install"/>
|
||||
<arg value="-Dmaven.repo.local=${maven.repo.local}"/>
|
||||
<arg value="-Dsurefire.useFile=${surefire.useFile}"/>
|
||||
<!-- <debug-the-bootstrap> -->
|
||||
<!-- <debug-the-bootstrap>
|
||||
|
||||
<jvmarg value="-Xdebug"/>
|
||||
<jvmarg value="-Xnoagent"/>
|
||||
<jvmarg value="-Djava.compiler=NONE"/>
|
||||
<jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000"/>
|
||||
<!-- </debug-the-bootstrap> -->
|
||||
</debug-the-bootstrap>
|
||||
-->
|
||||
</java>
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Reference in New Issue