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 plugin.Configuration getConfig()
Configuration
associated with this plugin, if any. (Never null.)List<Execution> listExecutions()
Execution
associated with this plugin, if any.boolean isExtensionsEnabled()
List<Dependency> getDirectDependencies()
Copyright © 2015 JBoss by Red Hat. All rights reserved.