Package | Description |
---|---|
org.apache.maven.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model.io.xpp3 |
XML reader and writer classes for Maven POM, generated from
maven.mdo model. |
org.apache.maven.model.merge |
POM merger.
|
org.apache.maven.project |
Modifier and Type | Field and Description |
---|---|
private PluginManagement |
PluginConfiguration.pluginManagement
Default plugin information to be made available for
reference by projects
derived from this one.
|
Modifier and Type | Method and Description |
---|---|
PluginManagement |
PluginManagement.clone()
Method clone.
|
PluginManagement |
PluginConfiguration.getPluginManagement()
Get default plugin information to be made available for
reference by projects
derived from this one.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginConfiguration.setPluginManagement(PluginManagement pluginManagement)
Set default plugin information to be made available for
reference by projects
derived from this one.
|
Modifier and Type | Method and Description |
---|---|
private PluginManagement |
MavenXpp3Reader.parsePluginManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parsePluginManagement.
|
private PluginManagement |
MavenXpp3ReaderEx.parsePluginManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parsePluginManagement.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3WriterEx.writePluginManagement(PluginManagement pluginManagement,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writePluginManagement.
|
private void |
MavenXpp3Writer.writePluginManagement(PluginManagement pluginManagement,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writePluginManagement.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ModelMerger.mergePluginManagement(PluginManagement target,
PluginManagement source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
PluginManagement |
MavenProject.getPluginManagement() |