Uses of Class
org.apache.maven.api.model.Relocation
-
Uses of Relocation in org.apache.maven.api.model
Modifier and TypeMethodDescriptionRelocation.Builder.build()
DistributionManagement.getRelocation()
Relocation information of the artifact if it has been moved to a new group ID and/or artifact ID.static Relocation
Relocation.newInstance()
Creates a newRelocation
instance.static Relocation
Relocation.newInstance
(boolean withDefaults) Creates a newRelocation
instance using default values or not.Relocation.withArtifactId
(String artifactId) Creates a newRelocation
instance using the specified artifactId.Relocation.withGroupId
(String groupId) Creates a newRelocation
instance using the specified groupId.Relocation.withMessage
(String message) Creates a newRelocation
instance using the specified message.Relocation.withVersion
(String version) Creates a newRelocation
instance using the specified version.Modifier and TypeMethodDescriptionstatic Relocation.Builder
Relocation.newBuilder
(Relocation from) Creates a newRelocation
builder instance using the specified object as a basis.static Relocation.Builder
Relocation.newBuilder
(Relocation from, boolean forceCopy) Creates a newRelocation
builder instance using the specified object as a basis.DistributionManagement.Builder.relocation
(Relocation relocation) DistributionManagement.withRelocation
(Relocation relocation) Creates a newDistributionManagement
instance using the specified relocation.