Uses of Class
org.apache.maven.api.model.Relocation
-
Uses of Relocation in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return RelocationModifier 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 RelocationRelocation.newInstance()Creates a newRelocationinstance.static RelocationRelocation.newInstance(boolean withDefaults) Creates a newRelocationinstance using default values or not.Relocation.withArtifactId(String artifactId) Creates a newRelocationinstance using the specified artifactId.Relocation.withGroupId(String groupId) Creates a newRelocationinstance using the specified groupId.Relocation.withMessage(String message) Creates a newRelocationinstance using the specified message.Relocation.withVersion(String version) Creates a newRelocationinstance using the specified version.Methods in org.apache.maven.api.model with parameters of type RelocationModifier and TypeMethodDescriptionstatic Relocation.BuilderRelocation.newBuilder(Relocation from) Creates a newRelocationbuilder instance using the specified object as a basis.static Relocation.BuilderRelocation.newBuilder(Relocation from, boolean forceCopy) Creates a newRelocationbuilder instance using the specified object as a basis.DistributionManagement.Builder.relocation(Relocation relocation) DistributionManagement.withRelocation(Relocation relocation) Creates a newDistributionManagementinstance using the specified relocation.