@Label(value="Plugin") public interface MavenPluginDescriptor extends MavenArtifactDescriptor, ConfigurableDescriptor
Plugin| Modifier and Type | Method and Description |
|---|---|
List<MavenPluginExecutionDescriptor> |
getExecutions()
Get plugin executions.
|
boolean |
isInherited()
Get whether any configuration should be propagated to child POMs.
|
void |
setInherited(boolean inherited)
Set whether any configuration should be propagated to child POMs.
|
getPomManagedDependents, getProfileDependents, getProfileManagedDependentsgetClassifier, getDependencies, getDependents, getGroup, getName, getType, getVersion, setClassifier, setGroup, setName, setType, setVersiongetFullQualifiedName, setFullQualifiedNamegetConfiguration, setConfiguration@Property(value="inherited") boolean isInherited()
void setInherited(boolean inherited)
inherited - true, if configuration should be propagated to child POMs.@Relation(value="HAS_EXECUTION") List<MavenPluginExecutionDescriptor> getExecutions()
Copyright © 2015 buschmais GbR. All rights reserved.