| Package | Description |
|---|---|
| org.apache.maven.plugin.descriptor.model |
| Modifier and Type | Method and Description |
|---|---|
List<MojoDescriptor> |
PluginDescriptor.getMojos()
Method getMojos.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluginDescriptor.addMojo(MojoDescriptor mojoDescriptor)
Method addMojo.
|
void |
PluginDescriptor.removeMojo(MojoDescriptor mojoDescriptor)
Method removeMojo.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluginDescriptor.setMojos(List<MojoDescriptor> mojos)
Set description of each Mojo provided by the plugin.
|
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.