| Package | Description |
|---|---|
| org.apache.maven.model | |
| org.apache.maven.project |
| 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 |
|---|---|
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 |
|---|---|
static RepositoryPolicy |
ModelUtils.cloneRepositoryPolicy(RepositoryPolicy src) |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryPolicy |
ModelUtils.cloneRepositoryPolicy(RepositoryPolicy src) |
Copyright © 2001-2021 The Apache Software Foundation. All Rights Reserved.