Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.xpp3 | |
org.apache.maven.project | |
org.apache.maven.project.overlay |
Modifier and Type | Class and Description |
---|---|
class |
Build
The
<build> element contains
informations required to build the project. |
Modifier and Type | Field and Description |
---|---|
private BuildBase |
Profile.build
Information required to build the project.
|
Modifier and Type | Method and Description |
---|---|
BuildBase |
Profile.getBuild()
Get information required to build the project.
|
Modifier and Type | Method and Description |
---|---|
void |
Profile.setBuild(BuildBase build)
Set information required to build the project.
|
Modifier and Type | Method and Description |
---|---|
private BuildBase |
MavenXpp3Reader.parseBuildBase(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseBuildBase.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeBuildBase(BuildBase buildBase,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeBuildBase.
|
Modifier and Type | Method and Description |
---|---|
static void |
ModelUtils.cloneBuildBaseFields(BuildBase src,
BuildBase result) |
Modifier and Type | Class and Description |
---|---|
class |
BuildOverlay |