| Package | Description |
|---|---|
| org.apache.maven.profiles |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Profile> |
ProfilesRoot.getProfiles() |
Method getProfiles.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ProfilesRoot.addProfile(Profile profile) |
Method addProfile.
|
static org.apache.maven.model.Profile |
ProfilesConversionUtils.convertFromProfileXmlProfile(Profile profileXmlProfile) |
|
void |
ProfilesRoot.removeProfile(Profile profile) |
Method removeProfile.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ProfilesRoot.setProfiles(java.util.List<Profile> profiles) |
Set configuration of build profiles for adjusting the build
according to environmental parameters.
|