Package | Description |
---|---|
org.apache.maven.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model.interpolation | |
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.
|
org.apache.maven.project |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Extension> |
Build.extensions
Field extensions.
|
Modifier and Type | Method and Description |
---|---|
Extension |
Extension.clone()
Method clone.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Extension> |
Build.getExtensions()
Method getExtensions.
|
Modifier and Type | Method and Description |
---|---|
void |
Build.addExtension(Extension extension)
Method addExtension.
|
void |
Build.removeExtension(Extension extension)
Method removeExtension.
|
Modifier and Type | Method and Description |
---|---|
void |
Build.setExtensions(java.util.List<Extension> extensions)
Set a set of build extensions to use from this project.
|
Modifier and Type | Method and Description |
---|---|
private void |
StringVisitorModelInterpolator.ModelVisitor.visit(Extension extension) |
Modifier and Type | Method and Description |
---|---|
private Extension |
MavenXpp3Reader.parseExtension(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseExtension.
|
private Extension |
MavenXpp3ReaderEx.parseExtension(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseExtension.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3WriterEx.writeExtension(Extension extension,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeExtension.
|
private void |
MavenXpp3Writer.writeExtension(Extension extension,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeExtension.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
MavenModelMerger.getExtensionKey(Extension extension) |
protected java.lang.Object |
ModelMerger.getExtensionKey(Extension extension) |
java.lang.Object |
ModelMerger.ExtensionKeyComputer.key(Extension extension) |
protected void |
ModelMerger.mergeExtension_ArtifactId(Extension target,
Extension source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeExtension_GroupId(Extension target,
Extension source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeExtension_Version(Extension target,
Extension source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeExtension(Extension target,
Extension source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Extension> |
MavenProject.getBuildExtensions() |