Class HighestBasedirGoal
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.commonjava.maven.plugins.execroot.AbstractDirectoryGoal
-
- org.commonjava.maven.plugins.execroot.HighestBasedirGoal
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
public class HighestBasedirGoal extends AbstractDirectoryGoal implements org.apache.maven.plugin.Mojo, org.apache.maven.plugin.ContextEnabled
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HighestBasedirGoal.PathComparator
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String
HIGHEST_DIR_CONTEXT_KEY
protected java.util.List<org.apache.maven.project.MavenProject>
projects
-
Fields inherited from class org.commonjava.maven.plugins.execroot.AbstractDirectoryGoal
currentProject, property, quiet, session, systemProperty
-
-
Constructor Summary
Constructors Constructor Description HighestBasedirGoal()
-
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
-
HIGHEST_DIR_CONTEXT_KEY
protected static final java.lang.String HIGHEST_DIR_CONTEXT_KEY
- See Also:
- Constant Field Values
-
projects
protected java.util.List<org.apache.maven.project.MavenProject> projects
-
-
Method Detail
-
findDirectory
protected java.io.File findDirectory() throws org.apache.maven.plugin.MojoExecutionException
- Specified by:
findDirectory
in classAbstractDirectoryGoal
- Throws:
org.apache.maven.plugin.MojoExecutionException
- 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()
-
-