Modifier and Type | Method | Description |
---|---|---|
static MojoExecutor.ExecutionEnvironment |
MojoExecutor.executionEnvironment(org.apache.maven.execution.MavenSession mavenSession,
org.apache.maven.plugin.BuildPluginManager pluginManager) |
Constructs the
MojoExecutor.ExecutionEnvironment instance fluently |
static MojoExecutor.ExecutionEnvironment |
MojoExecutor.executionEnvironment(org.apache.maven.project.MavenProject mavenProject,
org.apache.maven.execution.MavenSession mavenSession,
org.apache.maven.plugin.BuildPluginManager pluginManager) |
Constructs the
MojoExecutor.ExecutionEnvironment instance fluently |
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 mojo
|
static org.apache.maven.plugin.descriptor.PluginDescriptor |
MavenCompatibilityHelper.loadPluginDescriptor(org.apache.maven.model.Plugin plugin,
MojoExecutor.ExecutionEnvironment env,
org.apache.maven.execution.MavenSession session) |
Copyright © 2008–2019. All rights reserved.