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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to