Package | Description |
---|---|
org.apache.maven.settings | |
org.apache.maven.settings.io.xpp3 | |
org.apache.maven.settings.merge |
Modifier and Type | Class and Description |
---|---|
class |
Mirror
A download mirror for a given repository.
|
class |
Profile
Modifications to the build process which is keyed on
some
sort of environmental parameter.
|
class |
Proxy
The
<proxy> element contains
informations required to a proxy settings. |
class |
Server
The
<server> element contains
informations required to a server settings. |
Modifier and Type | Method and Description |
---|---|
IdentifiableBase |
IdentifiableBase.clone()
Method clone.
|
Modifier and Type | Method and Description |
---|---|
private IdentifiableBase |
SettingsXpp3Reader.parseIdentifiableBase(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseIdentifiableBase.
|
Modifier and Type | Method and Description |
---|---|
private void |
SettingsXpp3Writer.writeIdentifiableBase(IdentifiableBase identifiableBase,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeIdentifiableBase.
|
Modifier and Type | Method and Description |
---|---|
private static <T extends IdentifiableBase> |
MavenSettingsMerger.mapById(java.util.List<T> identifiables) |
private static <T extends IdentifiableBase> |
MavenSettingsMerger.shallowMergeById(java.util.List<T> dominant,
java.util.List<T> recessive,
java.lang.String recessiveSourceLevel) |