jvanzyl 2004/05/20 13:41:22
Modified: maven-core/src/main/resources/META-INF/plexus components.xml
Log:
o adding stubs for plugin and artifact downloading to hook in michal's most recent
work.
Revision Changes Path
1.6 +2 -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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- components.xml 20 May 2004 17:09:31 -0000 1.5
+++ components.xml 20 May 2004 20:41:22 -0000 1.6
@@ -32,6 +32,8 @@
<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.PluginDownloadPhase"/>
+ <lifecycle-phase
implementation="org.apache.maven.lifecycle.phase.ArtifactDownloadPhase"/>
<lifecycle-phase
implementation="org.apache.maven.lifecycle.phase.GoalAttainmentPhase"/>
</lifecycle-phases>
</configuration>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]