Uses of Interface
org.apache.maven.artifact.transform.ArtifactTransformation
-
Packages that use ArtifactTransformation Package Description org.apache.maven.artifact.transform -
-
Uses of ArtifactTransformation in org.apache.maven.artifact.transform
Classes in org.apache.maven.artifact.transform that implement ArtifactTransformation Modifier and Type Class Description class
AbstractVersionTransformation
Describes a version transformation during artifact resolution.class
LatestArtifactTransformation
class
ReleaseArtifactTransformation
Change the versionRELEASE
to the appropriate release version from the remote repository.class
SnapshotTransformation
Fields in org.apache.maven.artifact.transform with type parameters of type ArtifactTransformation Modifier and Type Field Description private java.util.List<ArtifactTransformation>
DefaultArtifactTransformationManager. artifactTransformations
-