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
@Mojo(name="execution-root",
defaultPhase=INITIALIZE,
requiresProject=true,
threadSafe=true)
public class ExecutionRootGoal
extends AbstractDirectoryGoal
The Class ExecutionRootGoal.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final String
The Constant EXEC_ROOT_CONTEXT_KEY.Fields inherited from class org.commonjava.maven.plugins.execroot.AbstractDirectoryGoal
currentProject, property, quiet, session, systemProperty
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.commonjava.maven.plugins.execroot.AbstractDirectoryGoal
execute
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
EXEC_ROOT_CONTEXT_KEY
The Constant EXEC_ROOT_CONTEXT_KEY.- See Also:
-
-
Constructor Details
-
ExecutionRootGoal
public ExecutionRootGoal()
-
-
Method Details
-
findDirectory
Description copied from class:AbstractDirectoryGoal
Find directory.- Specified by:
findDirectory
in classAbstractDirectoryGoal
- Returns:
- the file
-
getContextKey
Description copied from class:AbstractDirectoryGoal
Gets the context key.- Specified by:
getContextKey
in classAbstractDirectoryGoal
- Returns:
- the context key
-
getLogLabel
Description copied from class:AbstractDirectoryGoal
Gets the log label.- Specified by:
getLogLabel
in classAbstractDirectoryGoal
- Returns:
- the log label
-