Package | Description |
---|---|
org.apache.maven.profiles | |
org.apache.maven.profiles.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 |
ProfilesConversionUtils.convertRepositoryPolicy(RepositoryPolicy profileXmlRepo) |
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 |
ProfilesXpp3Reader.parseRepositoryPolicy(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseRepositoryPolicy.
|
Modifier and Type | Method and Description |
---|---|
private void |
ProfilesXpp3Writer.writeRepositoryPolicy(RepositoryPolicy repositoryPolicy,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeRepositoryPolicy.
|