Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.project | |
org.apache.maven.project.overlay |
Modifier and Type | Method and Description |
---|---|
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(List<Extension> extensions)
Set a set of build extensions to use from this project.
|
Modifier and Type | Method and Description |
---|---|
static Extension |
ModelUtils.cloneExtension(Extension src) |
Modifier and Type | Method and Description |
---|---|
static Extension |
ModelUtils.cloneExtension(Extension src) |
Modifier and Type | Method and Description |
---|---|
void |
BuildOverlay.addExtension(Extension extension) |
void |
BuildOverlay.removeExtension(Extension extension) |
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.