| Package | Description |
|---|---|
| org.apache.maven.model |
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.util.List<Profile> profiles)
Set a listing of project-local build profiles which will
modify the build process
when activated.
|