Package | Description |
---|---|
org.apache.maven.tools.plugin.extractor.model |
Modifier and Type | Method and Description |
---|---|
java.util.List<Mojo> |
PluginMetadata.getMojos()
Method getMojos.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginMetadata.addMojo(Mojo mojo)
Method addMojo.
|
void |
PluginMetadata.removeMojo(Mojo mojo)
Method removeMojo.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginMetadata.setMojos(java.util.List<Mojo> mojos)
Set the list of mojos contained in the accompanying script.
|