jvanzyl 2004/05/08 05:57:46
Modified: maven-core/src/main/java/org/apache/maven/lifecycle/phase
DependencyResolutionPhase.java
Added: maven-core/src/main/java/org/apache/maven/lifecycle/phase
GoalDecorationPhase.java
Log:
o Adding goal decoration phase which will be handled by John Casey's marmalade code.
Revision Changes Path
1.2 +1 -2
maven-components/maven-core/src/main/java/org/apache/maven/lifecycle/phase/DependencyResolutionPhase.java
Index: DependencyResolutionPhase.java
===================================================================
RCS file:
/home/cvs/maven-components/maven-core/src/main/java/org/apache/maven/lifecycle/phase/DependencyResolutionPhase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DependencyResolutionPhase.java 5 Apr 2004 15:41:46 -0000 1.1
+++ DependencyResolutionPhase.java 8 May 2004 12:57:46 -0000 1.2
@@ -13,6 +13,5 @@
public void execute( MavenLifecycleContext context )
throws Exception
{
-
}
}
1.1
maven-components/maven-core/src/main/java/org/apache/maven/lifecycle/phase/GoalDecorationPhase.java
Index: GoalDecorationPhase.java
===================================================================
package org.apache.maven.lifecycle.phase;
import org.apache.maven.lifecycle.AbstractMavenLifecyclePhase;
import org.apache.maven.lifecycle.MavenLifecycleContext;
/**
* @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
* @version $Id: GoalDecorationPhase.java,v 1.1 2004/05/08 12:57:46 jvanzyl Exp $
*/
public class GoalDecorationPhase
extends AbstractMavenLifecyclePhase
{
public void execute( MavenLifecycleContext context )
throws Exception
{
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]