| Package | Description |
|---|---|
| org.apache.maven.repository.legacy.resolver.transform |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractVersionTransformation
Describes a version transformation during artifact resolution.
|
class |
LatestArtifactTransformation
Describes a version transformation during artifact resolution - "latest" type
|
class |
ReleaseArtifactTransformation
Change the version
RELEASE to the appropriate release version from the remote repository. |
class |
SnapshotTransformation |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ArtifactTransformation> |
DefaultArtifactTransformationManager.artifactTransformations |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ArtifactTransformation> |
ArtifactTransformationManager.getArtifactTransformations() |
java.util.List<ArtifactTransformation> |
DefaultArtifactTransformationManager.getArtifactTransformations() |