Repository: maven
Updated Branches:
  refs/heads/master 0df4c654e -> fc5cd3710


MNG-5346: update maven-plugin-plugin:descriptor default binding from 
generate-resources phase to process-classes


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/fc5cd371
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/fc5cd371
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/fc5cd371

Branch: refs/heads/master
Commit: fc5cd371095913115f6cda6607630ba452a1b8bc
Parents: 0df4c65
Author: Jason van Zyl <[email protected]>
Authored: Thu Jun 12 02:57:02 2014 -0400
Committer: Jason van Zyl <[email protected]>
Committed: Thu Jun 12 02:57:02 2014 -0400

----------------------------------------------------------------------
 .../src/main/resources/META-INF/plexus/default-bindings.xml    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/fc5cd371/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml
----------------------------------------------------------------------
diff --git a/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml 
b/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml
index 09ecba4..cf7df61 100644
--- a/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml
+++ b/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml
@@ -194,15 +194,15 @@ Mappings to default lifecycle, specific for each 
packaging.
             <id>default</id>
             <!-- START SNIPPET: maven-plugin-lifecycle -->
             <phases>
-              <generate-resources>
-                org.apache.maven.plugins:maven-plugin-plugin:3.2:descriptor
-              </generate-resources>
               <process-resources>
                 org.apache.maven.plugins:maven-resources-plugin:2.6:resources
               </process-resources>
               <compile>
                 org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile
               </compile>
+              <process-classes>
+                org.apache.maven.plugins:maven-plugin-plugin:3.2:descriptor
+              </process-classes>              
               <process-test-resources>
                 
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources
               </process-test-resources>

Reply via email to