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:
Oleg Gusakov 2009-04-07 00:22:50 +00:00
parent 847aecea98
commit 5ae7bdc3fd
1 changed files with 4 additions and 2 deletions

View File

@ -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>