mirror of https://github.com/apache/maven.git
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:
parent
9ac26fc3a2
commit
6a43c3b683
|
@ -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>
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Maven Project Builder and Maven Model Builder
|
|
@ -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 );
|
||||||
|
|
Loading…
Reference in New Issue