Uses of Class
org.twdata.maven.mojoexecutor.MojoExecutor.ExecutionEnvironment
-
Packages that use MojoExecutor.ExecutionEnvironment Package Description org.twdata.maven.mojoexecutor -
-
Uses of MojoExecutor.ExecutionEnvironment in org.twdata.maven.mojoexecutor
Methods in org.twdata.maven.mojoexecutor that return MojoExecutor.ExecutionEnvironment Modifier and Type Method Description static MojoExecutor.ExecutionEnvironment
MojoExecutor. executionEnvironment(org.apache.maven.execution.MavenSession mavenSession, org.apache.maven.plugin.BuildPluginManager pluginManager)
Constructs theMojoExecutor.ExecutionEnvironment
instance fluentlystatic MojoExecutor.ExecutionEnvironment
MojoExecutor. executionEnvironment(org.apache.maven.project.MavenProject mavenProject, org.apache.maven.execution.MavenSession mavenSession, org.apache.maven.plugin.BuildPluginManager pluginManager)
Constructs theMojoExecutor.ExecutionEnvironment
instance fluentlyMethods in org.twdata.maven.mojoexecutor with parameters of type MojoExecutor.ExecutionEnvironment Modifier and Type Method Description static void
MojoExecutor. executeMojo(org.apache.maven.model.Plugin plugin, String goal, org.codehaus.plexus.util.xml.Xpp3Dom configuration, MojoExecutor.ExecutionEnvironment env)
Entry point for executing a mojostatic org.apache.maven.plugin.descriptor.PluginDescriptor
MavenCompatibilityHelper. loadPluginDescriptor(org.apache.maven.model.Plugin plugin, MojoExecutor.ExecutionEnvironment env, org.apache.maven.execution.MavenSession session)
-