@Label(value="Plugin") public interface MavenPluginDescriptor extends MavenDependentDescriptor, MavenDescriptor, ConfigurableDescriptor
Plugin
Modifier and Type | Method and Description |
---|---|
MavenArtifactDescriptor |
getArtifact() |
List<PluginDependsOnDescriptor> |
getDependencies() |
List<MavenPluginExecutionDescriptor> |
getExecutions()
Get plugin executions.
|
boolean |
isInherited()
Get whether any configuration should be propagated to child POMs.
|
void |
setArtifact(MavenArtifactDescriptor artifact) |
void |
setInherited(boolean inherited)
Set whether any configuration should be propagated to child POMs.
|
getConfiguration, setConfiguration
@Relation(value="IS_ARTIFACT") MavenArtifactDescriptor getArtifact()
void setArtifact(MavenArtifactDescriptor artifact)
@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()
List<PluginDependsOnDescriptor> getDependencies()
Copyright © 2016 buschmais GbR. All rights reserved.