Class ExecutionRootGoal
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.commonjava.maven.plugins.execroot.AbstractDirectoryGoal
-
- org.commonjava.maven.plugins.execroot.ExecutionRootGoal
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
public class ExecutionRootGoal extends AbstractDirectoryGoal implements org.apache.maven.plugin.Mojo, org.apache.maven.plugin.ContextEnabled
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String
EXEC_ROOT_CONTEXT_KEY
-
Fields inherited from class org.commonjava.maven.plugins.execroot.AbstractDirectoryGoal
currentProject, property, quiet, session, systemProperty
-
-
Constructor Summary
Constructors Constructor Description ExecutionRootGoal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.io.File
findDirectory()
protected java.lang.String
getContextKey()
protected java.lang.String
getLogLabel()
-
Methods inherited from class org.commonjava.maven.plugins.execroot.AbstractDirectoryGoal
execute
-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
EXEC_ROOT_CONTEXT_KEY
protected static final java.lang.String EXEC_ROOT_CONTEXT_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
findDirectory
protected java.io.File findDirectory()
- Specified by:
findDirectory
in classAbstractDirectoryGoal
- See Also:
AbstractDirectoryGoal.findDirectory()
-
getContextKey
protected java.lang.String getContextKey()
- Specified by:
getContextKey
in classAbstractDirectoryGoal
- See Also:
AbstractDirectoryGoal.getContextKey()
-
getLogLabel
protected java.lang.String getLogLabel()
- Specified by:
getLogLabel
in classAbstractDirectoryGoal
- See Also:
AbstractDirectoryGoal.getLogLabel()
-
-