public class DirectoryOfGoal extends AbstractDirectoryGoal implements org.apache.maven.plugin.Mojo, org.apache.maven.plugin.ContextEnabled
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
DIR_OF_CONTEXT_KEY |
private ProjectRef |
project |
protected java.util.List<org.apache.maven.project.MavenProject> |
projects |
currentProject, property, quiet, session, systemProperty
Constructor and Description |
---|
DirectoryOfGoal() |
Modifier and Type | Method and Description |
---|---|
protected java.io.File |
findDirectory() |
protected java.lang.String |
getContextKey() |
protected java.lang.String |
getLogLabel() |
execute
getLog, getPluginContext, setLog, setPluginContext
protected static final java.lang.String DIR_OF_CONTEXT_KEY
private ProjectRef project
protected java.util.List<org.apache.maven.project.MavenProject> projects
protected java.io.File findDirectory() throws org.apache.maven.plugin.MojoExecutionException
findDirectory
in class AbstractDirectoryGoal
org.apache.maven.plugin.MojoExecutionException
AbstractDirectoryGoal.findDirectory()
protected java.lang.String getContextKey()
getContextKey
in class AbstractDirectoryGoal
AbstractDirectoryGoal.getContextKey()
protected java.lang.String getLogLabel()
getLogLabel
in class AbstractDirectoryGoal
AbstractDirectoryGoal.getLogLabel()