Uses of Class
org.apache.maven.model.Relocation
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.POM merger.
-
Uses of Relocation in org.apache.maven.model
Modifier and TypeMethodDescriptionRelocation.clone()
Method clone.DistributionManagement.getRelocation()
Get relocation information of the artifact if it has been moved to a new group ID and/or artifact ID.Modifier and TypeMethodDescriptionvoid
DistributionManagement.setRelocation
(Relocation relocation) Set relocation information of the artifact if it has been moved to a new group ID and/or artifact ID. -
Uses of Relocation in org.apache.maven.model.merge
Modifier and TypeMethodDescriptionprotected void
ModelMerger.mergeRelocation
(Relocation target, Relocation source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeRelocation_ArtifactId
(Relocation target, Relocation source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeRelocation_GroupId
(Relocation target, Relocation source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeRelocation_Message
(Relocation target, Relocation source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeRelocation_Version
(Relocation target, Relocation source, boolean sourceDominant, Map<Object, Object> context)