| Package | Description |
|---|---|
| org.apache.maven.plugin | |
| org.apache.maven.plugin.internal |
| Modifier and Type | Class | Description |
|---|---|---|
class |
PluginParameterException |
PluginParameterException
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
BuildPluginManager.executeMojo(MavenSession session,
MojoExecution execution) |
|
void |
DefaultBuildPluginManager.executeMojo(MavenSession session,
MojoExecution mojoExecution) |
|
void |
PluginManager.executeMojo(MavenProject project,
MojoExecution execution,
MavenSession session) |
Deprecated.
|
<T> T |
MavenPluginManager.getConfiguredMojo(java.lang.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 | Description |
|---|---|---|
void |
DefaultPluginManager.executeMojo(MavenProject project,
MojoExecution execution,
MavenSession session) |
|
<T> T |
DefaultMavenPluginManager.getConfiguredMojo(java.lang.Class<T> mojoInterface,
MavenSession session,
MojoExecution mojoExecution) |