public interface MavenPlugin extends PluginElement
| Modifier and Type | Method and Description |
|---|---|
Configuration |
getConfig()
Returns the
Configuration associated with this plugin, if any |
Coordinate |
getCoordinate()
Returns the
Coordinate represented by this plugin |
List<Dependency> |
getDirectDependencies() |
boolean |
isExtensionsEnabled() |
List<Execution> |
listExecutions()
Return the list of
Execution associated with this plugin, if any |
Coordinate getCoordinate()
Coordinate represented by this pluginConfiguration getConfig()
Configuration associated with this plugin, if anyList<Execution> listExecutions()
Execution associated with this plugin, if anyboolean isExtensionsEnabled()
List<Dependency> getDirectDependencies()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.