Package | Description |
---|---|
org.apache.maven.settings | |
org.apache.maven.settings.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private RepositoryPolicy |
Repository.releases
How to handle downloading of releases from this
repository
.
|
private RepositoryPolicy |
Repository.snapshots
How to handle downloading of snapshots from this
repository
.
|
Modifier and Type | Method and Description |
---|---|
RepositoryPolicy |
Repository.getReleases()
Get how to handle downloading of releases from this
repository.
|
RepositoryPolicy |
Repository.getSnapshots()
Get how to handle downloading of snapshots from this
repository.
|
Modifier and Type | Method and Description |
---|---|
private static RepositoryPolicy |
SettingsUtils.convertRepositoryPolicy(RepositoryPolicy settingsPolicy) |
void |
Repository.setReleases(RepositoryPolicy releases)
Set how to handle downloading of releases from this
repository.
|
void |
Repository.setSnapshots(RepositoryPolicy snapshots)
Set how to handle downloading of snapshots from this
repository.
|
Modifier and Type | Method and Description |
---|---|
private RepositoryPolicy |
SettingsXpp3Reader.parseRepositoryPolicy(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseRepositoryPolicy.
|
Modifier and Type | Method and Description |
---|---|
private void |
SettingsXpp3Writer.writeRepositoryPolicy(RepositoryPolicy repositoryPolicy,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeRepositoryPolicy.
|