Package | Description |
---|---|
org.apache.maven.plugin | |
org.apache.maven.plugin.internal |
Modifier and Type | Class and Description |
---|---|
class |
PluginParameterException |
Modifier and Type | Method and Description |
---|---|
void |
PluginManager.executeMojo(MavenProject project,
MojoExecution execution,
MavenSession session)
Deprecated.
|
void |
DefaultBuildPluginManager.executeMojo(MavenSession session,
MojoExecution mojoExecution) |
void |
BuildPluginManager.executeMojo(MavenSession session,
MojoExecution execution) |
<T> T |
MavenPluginManager.getConfiguredMojo(Class<T> mojoInterface,
MavenSession session,
MojoExecution mojoExecution)
Looks up the mojo for the specified mojo execution and populates its parameters from the configuration given by
the mojo execution.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultPluginManager.executeMojo(MavenProject project,
MojoExecution execution,
MavenSession session) |
<T> T |
DefaultMavenPluginManager.getConfiguredMojo(Class<T> mojoInterface,
MavenSession session,
MojoExecution mojoExecution) |
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.