Package org.codehaus.mojo.buildplan
Class NoMojoExecution
- java.lang.Object
-
- org.apache.maven.plugin.MojoExecution
-
- org.codehaus.mojo.buildplan.NoMojoExecution
-
public class NoMojoExecution extends org.apache.maven.plugin.MojoExecution
-
-
Field Summary
Fields Modifier and Type Field Description static NoMojoExecutionINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArtifactId()StringgetExecutionId()StringgetGoal()StringgetLifecyclePhase()
-
-
-
Field Detail
-
INSTANCE
public static final NoMojoExecution INSTANCE
-
-
Method Detail
-
getArtifactId
public String getArtifactId()
- Overrides:
getArtifactIdin classorg.apache.maven.plugin.MojoExecution
-
getExecutionId
public String getExecutionId()
- Overrides:
getExecutionIdin classorg.apache.maven.plugin.MojoExecution
-
getGoal
public String getGoal()
- Overrides:
getGoalin classorg.apache.maven.plugin.MojoExecution
-
getLifecyclePhase
public String getLifecyclePhase()
- Overrides:
getLifecyclePhasein classorg.apache.maven.plugin.MojoExecution
-
-