Package | Description |
---|---|
org.apache.maven.settings | |
org.apache.maven.settings.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Profile> |
Settings.profiles
Field profiles.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Profile> |
Settings.getProfiles()
Method getProfiles.
|
Modifier and Type | Method and Description |
---|---|
void |
Settings.addProfile(Profile profile)
Method addProfile.
|
static Profile |
SettingsUtils.convertFromSettingsProfile(Profile settingsProfile) |
void |
Settings.removeProfile(Profile profile)
Method removeProfile.
|
Modifier and Type | Method and Description |
---|---|
void |
Settings.setProfiles(java.util.List<Profile> profiles)
Set configuration of build profiles for adjusting the build
according to environmental parameters.
|
Modifier and Type | Method and Description |
---|---|
private Profile |
SettingsXpp3Reader.parseProfile(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseProfile.
|
Modifier and Type | Method and Description |
---|---|
private void |
SettingsXpp3Writer.writeProfile(Profile profile,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeProfile.
|