Uses of Class
org.twdata.maven.mojoexecutor.MojoExecutor.ExecutionEnvironment
-
-
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.ExecutionEnvironmentMojoExecutor. executionEnvironment(org.apache.maven.execution.MavenSession mavenSession, org.apache.maven.plugin.BuildPluginManager pluginManager)Constructs theMojoExecutor.ExecutionEnvironmentinstance fluentlystatic MojoExecutor.ExecutionEnvironmentMojoExecutor. executionEnvironment(org.apache.maven.project.MavenProject mavenProject, org.apache.maven.execution.MavenSession mavenSession, org.apache.maven.plugin.BuildPluginManager pluginManager)Constructs theMojoExecutor.ExecutionEnvironmentinstance fluentlyMethods in org.twdata.maven.mojoexecutor with parameters of type MojoExecutor.ExecutionEnvironment Modifier and Type Method Description static voidMojoExecutor. executeMojo(org.apache.maven.model.Plugin plugin, java.lang.String goal, org.codehaus.plexus.util.xml.Xpp3Dom configuration, MojoExecutor.ExecutionEnvironment env)Entry point for executing a mojostatic org.apache.maven.plugin.descriptor.PluginDescriptorMavenCompatibilityHelper. loadPluginDescriptor(org.apache.maven.model.Plugin plugin, MojoExecutor.ExecutionEnvironment env, org.apache.maven.execution.MavenSession session)
-