You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2004/05/08 19:03:06 UTC

cvs commit: maven-components/maven-core/src/main/resources/META-INF/plexus components.xml

jvanzyl     2004/05/08 10:03:06

  Modified:    maven-core/src/main/resources/META-INF/plexus components.xml
  Log:
  o add stub for the goal decoration phase
  
  Revision  Changes    Path
  1.3       +1 -0      maven-components/maven-core/src/main/resources/META-INF/plexus/components.xml
  
  Index: components.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core/src/main/resources/META-INF/plexus/components.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- components.xml	16 Apr 2004 13:56:09 -0000	1.2
  +++ components.xml	8 May 2004 17:03:06 -0000	1.3
  @@ -30,6 +30,7 @@
         <implementation>org.apache.maven.lifecycle.DefaultMavenLifecycleManager</implementation>
         <configuration>
           <lifecycle-phases>
  +          <lifecycle-phase implementation="org.apache.maven.lifecycle.phase.GoalDecorationPhase"/>
             <lifecycle-phase implementation="org.apache.maven.lifecycle.phase.DependencyResolutionPhase"/>
             <lifecycle-phase implementation="org.apache.maven.lifecycle.phase.GoalAttainmentPhase"/>
           </lifecycle-phases>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org