Interface MojoUtils
- All Known Implementing Classes:
MojoUtilsImpl
public interface MojoUtils
-
Method Summary
Modifier and TypeMethodDescriptiongetWorkDirectoryRoot(String relativePath, org.apache.maven.execution.MavenSession mavenSession, String pluginGroupId, String pluginArtifactId, String goal) booleanisThisFirstProjectWithThisMojoInExecution(org.apache.maven.execution.MavenSession mavenSession, org.apache.maven.plugin.MojoExecution mojoExecution, String pluginGroupId, String pluginArtifactId) booleanisThisLastProjectWithThisMojoInExecution(org.apache.maven.execution.MavenSession mavenSession, org.apache.maven.plugin.MojoExecution mojoExecution, String pluginGroupId, String pluginArtifactId, boolean failOnBuildFailure)
-
Method Details
-
isThisLastProjectWithThisMojoInExecution
-
isThisFirstProjectWithThisMojoInExecution
-
getWorkDirectoryRoot
-