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
@Mojo(name="highest-basedir",
      defaultPhase=INITIALIZE,
      requiresProject=true,
      threadSafe=true)
public class HighestBasedirGoal
extends AbstractDirectoryGoal
The Class HighestBasedirGoal.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final classThe Class PathComparator.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static final StringThe Constant HIGHEST_DIR_CONTEXT_KEY.protected List<org.apache.maven.project.MavenProject> The projects.Fields inherited from class org.commonjava.maven.plugins.execroot.AbstractDirectoryGoalcurrentProject, property, quiet, session, systemPropertyFields inherited from interface org.apache.maven.plugin.MojoROLE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.commonjava.maven.plugins.execroot.AbstractDirectoryGoalexecuteMethods inherited from class org.apache.maven.plugin.AbstractMojogetLog, getPluginContext, setLog, setPluginContext
- 
Field Details- 
HIGHEST_DIR_CONTEXT_KEYThe Constant HIGHEST_DIR_CONTEXT_KEY.- See Also:
 
- 
projects@Parameter(defaultValue="${reactorProjects}", readonly=true) protected List<org.apache.maven.project.MavenProject> projectsThe projects.
 
- 
- 
Constructor Details- 
HighestBasedirGoalpublic HighestBasedirGoal()
 
- 
- 
Method Details- 
findDirectoryDescription copied from class:AbstractDirectoryGoalFind directory.- Specified by:
- findDirectoryin class- AbstractDirectoryGoal
- Returns:
- the file
- Throws:
- org.apache.maven.plugin.MojoExecutionException- the mojo execution exception
 
- 
getContextKeyDescription copied from class:AbstractDirectoryGoalGets the context key.- Specified by:
- getContextKeyin class- AbstractDirectoryGoal
- Returns:
- the context key
 
- 
getLogLabelDescription copied from class:AbstractDirectoryGoalGets the log label.- Specified by:
- getLogLabelin class- AbstractDirectoryGoal
- Returns:
- the log label
 
 
-