Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.xpp3 | |
org.apache.maven.project.overlay |
Modifier and Type | Class and Description |
---|---|
class |
Build
The
<build> element contains
informations required to build the project. |
class |
BuildBase
Generic informations for a build.
|
Modifier and Type | Method and Description |
---|---|
private PluginConfiguration |
MavenXpp3Reader.parsePluginConfiguration(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parsePluginConfiguration.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writePluginConfiguration(PluginConfiguration pluginConfiguration,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writePluginConfiguration.
|
Modifier and Type | Class and Description |
---|---|
class |
BuildOverlay |