Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.xpp3 | |
org.apache.maven.project |
Modifier and Type | Class and Description |
---|---|
class |
Model
The
<project> element is the root of
the descriptor. |
class |
Profile
Modifications to the build process which is activated based on
environmental
parameters or command line arguments.
|
Modifier and Type | Method and Description |
---|---|
private ModelBase |
MavenXpp3Reader.parseModelBase(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseModelBase.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeModelBase(ModelBase modelBase,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeModelBase.
|
Modifier and Type | Method and Description |
---|---|
private static void |
ModelUtils.cloneModelBaseFields(ModelBase src,
ModelBase result) |