Interface MojoUtils

All Known Implementing Classes:
MojoUtilsImpl

public interface MojoUtils
  • Method Details

    • isThisLastProjectWithThisMojoInExecution

      boolean isThisLastProjectWithThisMojoInExecution(org.apache.maven.execution.MavenSession mavenSession, org.apache.maven.plugin.MojoExecution mojoExecution, String pluginGroupId, String pluginArtifactId, boolean failOnBuildFailure)
    • isThisFirstProjectWithThisMojoInExecution

      boolean isThisFirstProjectWithThisMojoInExecution(org.apache.maven.execution.MavenSession mavenSession, org.apache.maven.plugin.MojoExecution mojoExecution, String pluginGroupId, String pluginArtifactId)
    • getWorkDirectoryRoot

      File getWorkDirectoryRoot(String relativePath, org.apache.maven.execution.MavenSession mavenSession, String pluginGroupId, String pluginArtifactId, String goal)