Package | Description |
---|---|
org.apache.maven.profiles |
Modifier and Type | Method and Description |
---|---|
List<Profile> |
ProfilesRoot.getProfiles()
Method getProfiles.
|
Modifier and Type | Method and Description |
---|---|
void |
ProfilesRoot.addProfile(Profile profile)
Method addProfile.
|
static Profile |
ProfilesConversionUtils.convertFromProfileXmlProfile(Profile profileXmlProfile)
Deprecated.
|
void |
ProfilesRoot.removeProfile(Profile profile)
Method removeProfile.
|
Modifier and Type | Method and Description |
---|---|
void |
ProfilesRoot.setProfiles(List<Profile> profiles)
Set configuration of build profiles for adjusting the build
according to environmental parameters.
|
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.