Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.dom4j | |
org.apache.maven.model.io.jdom | |
org.apache.maven.model.io.stax | |
org.apache.maven.model.io.xpp3 |
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 |
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 |
MavenDom4jReader.parsePluginManagement(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parsePluginManagement.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenDom4jWriter.writePluginManagement(PluginManagement pluginManagement,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writePluginManagement.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updatePluginManagement(PluginManagement pluginManagement,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updatePluginManagement.
|
Modifier and Type | Method and Description |
---|---|
private PluginManagement |
MavenStaxReader.parsePluginManagement(javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parsePluginManagement.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenStaxWriter.writePluginManagement(PluginManagement pluginManagement,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writePluginManagement.
|
Modifier and Type | Method and Description |
---|---|
private PluginManagement |
MavenXpp3Reader.parsePluginManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parsePluginManagement.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writePluginManagement(PluginManagement pluginManagement,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writePluginManagement.
|