o disable the tests in the bootstrap so ben and i can go all the way through to the embedder

git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@771334 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2009-05-04 15:32:10 +00:00
parent 9ac26fc3a2
commit 6a43c3b683
3 changed files with 3 additions and 0 deletions

View File

@ -200,6 +200,7 @@ END SNIPPET: ant-bootstrap -->
<arg value="-B"/> <arg value="-B"/>
<arg value="clean"/> <arg value="clean"/>
<arg value="install"/> <arg value="install"/>
<arg value="-Dmaven.test.skip=true"/>
<arg value="-Dmaven.repo.local=${maven.repo.local}"/> <arg value="-Dmaven.repo.local=${maven.repo.local}"/>
<arg value="-Dsurefire.useFile=${surefire.useFile}"/> <arg value="-Dsurefire.useFile=${surefire.useFile}"/>
</java> </java>

View File

@ -0,0 +1 @@
Maven Project Builder and Maven Model Builder

View File

@ -183,6 +183,7 @@ public class DefaultLifecycleExecutor
try try
{ {
logger.info( executionDescription( mojoExecution ) ); logger.info( executionDescription( mojoExecution ) );
mojoExecution.getMojoDescriptor().getRealm().display();
// System.out.println( "!!!"); // System.out.println( "!!!");
// System.out.println( mojoExecution.getConfiguration() ); // System.out.println( mojoExecution.getConfiguration() );
pluginManager.executeMojo( session, mojoExecution ); pluginManager.executeMojo( session, mojoExecution );