Package | Description |
---|---|
org.apache.maven.plugin.tools.model |
Modifier and Type | Method and Description |
---|---|
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(List<Mojo> mojos)
Set the list of mojos contained in the accompanying script.
|
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.