Author: jvanzyl
Date: Mon May  4 15:32:10 2009
New Revision: 771334

URL: http://svn.apache.org/viewvc?rev=771334&view=rev
Log:
o disable the tests in the bootstrap so ben and i can go all the way through to 
the embedder

Added:
    maven/components/branches/MNG-2766/maven-core/project-builder.txt   (with 
props)
Modified:
    maven/components/branches/MNG-2766/build.xml
    
maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java

Modified: maven/components/branches/MNG-2766/build.xml
URL: 
http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/build.xml?rev=771334&r1=771333&r2=771334&view=diff
==============================================================================
--- maven/components/branches/MNG-2766/build.xml (original)
+++ maven/components/branches/MNG-2766/build.xml Mon May  4 15:32:10 2009
@@ -200,6 +200,7 @@
       <arg value="-B"/>
       <arg value="clean"/>
       <arg value="install"/>
+      <arg value="-Dmaven.test.skip=true"/>
       <arg value="-Dmaven.repo.local=${maven.repo.local}"/>
       <arg value="-Dsurefire.useFile=${surefire.useFile}"/>
     </java>

Added: maven/components/branches/MNG-2766/maven-core/project-builder.txt
URL: 
http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/project-builder.txt?rev=771334&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/project-builder.txt (added)
+++ maven/components/branches/MNG-2766/maven-core/project-builder.txt Mon May  
4 15:32:10 2009
@@ -0,0 +1 @@
+Maven Project Builder and Maven Model Builder

Propchange: maven/components/branches/MNG-2766/maven-core/project-builder.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/components/branches/MNG-2766/maven-core/project-builder.txt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: 
maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java
URL: 
http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java?rev=771334&r1=771333&r2=771334&view=diff
==============================================================================
--- 
maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java
 (original)
+++ 
maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java
 Mon May  4 15:32:10 2009
@@ -183,6 +183,7 @@
             try
             {                
                 logger.info( executionDescription( mojoExecution ) );
+                mojoExecution.getMojoDescriptor().getRealm().display();
 //                System.out.println( "!!!");
 //                System.out.println( mojoExecution.getConfiguration() );
                 pluginManager.executeMojo( session, mojoExecution );


Reply via email to