Class AbstractDirectoryGoal

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.commonjava.maven.plugins.execroot.AbstractDirectoryGoal
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
DirectoryOfGoal, ExecutionRootGoal, HighestBasedirGoal

public abstract class AbstractDirectoryGoal extends org.apache.maven.plugin.AbstractMojo
  • Field Details

    • property

      protected String property
    • currentProject

      protected org.apache.maven.project.MavenProject currentProject
    • session

      protected org.apache.maven.execution.MavenSession session
    • quiet

      protected boolean quiet
    • systemProperty

      protected boolean systemProperty
  • Constructor Details

    • AbstractDirectoryGoal

      protected AbstractDirectoryGoal()
  • Method Details

    • execute

      public final void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException
      See Also:
      • Mojo.execute()
    • getLogLabel

      protected abstract String getLogLabel()
    • findDirectory

      protected abstract File findDirectory() throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
    • getContextKey

      protected abstract String getContextKey()