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.
|
Modifier and Type | Class and Description |
---|---|
class |
Plugin
The
<plugin> element contains
informations required for a plugin. |
class |
PluginExecution
The
<execution> element contains
informations required for the
execution of a plugin. |
class |
ReportPlugin
The
<plugin> element contains
informations required for a report plugin. |
class |
ReportSet
Represents a set of reports and configuration to be used to
generate them.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationContainer |
ConfigurationContainer.clone()
Method clone.
|
Modifier and Type | Method and Description |
---|---|
private ConfigurationContainer |
MavenXpp3Reader.parseConfigurationContainer(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseConfigurationContainer.
|
private ConfigurationContainer |
MavenXpp3ReaderEx.parseConfigurationContainer(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseConfigurationContainer.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeConfigurationContainer(ConfigurationContainer configurationContainer,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeConfigurationContainer.
|
private void |
MavenXpp3WriterEx.writeConfigurationContainer(ConfigurationContainer configurationContainer,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeConfigurationContainer.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ModelMerger.mergeConfigurationContainer_Configuration(ConfigurationContainer target,
ConfigurationContainer source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeConfigurationContainer_Inherited(ConfigurationContainer target,
ConfigurationContainer source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeConfigurationContainer(ConfigurationContainer target,
ConfigurationContainer source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |