Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.jdom |
Modifier and Type | Method and Description |
---|---|
List<Profile> |
Model.getProfiles()
Method getProfiles.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.addProfile(Profile profile)
Method addProfile.
|
void |
Model.removeProfile(Profile profile)
Method removeProfile.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setProfiles(List<Profile> profiles)
Set a listing of project-local build profiles which will
modify the build process when activated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateProfile(Profile profile,
String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateProfile.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.