Uses of Class
org.apache.maven.model.Relocation
-
Packages that use Relocation Package Description org.apache.maven.model Maven POM (Project Object Model) classes, generated frommaven.mdomodel.org.apache.maven.model.merge POM merger. -
-
Uses of Relocation in org.apache.maven.model
Methods in org.apache.maven.model that return Relocation Modifier and Type Method Description RelocationRelocation. clone()Method clone.RelocationDistributionManagement. getRelocation()Get relocation information of the artifact if it has been moved to a new group ID and/or artifact ID.Methods in org.apache.maven.model with parameters of type Relocation Modifier and Type Method Description voidDistributionManagement. 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
Methods in org.apache.maven.model.merge with parameters of type Relocation Modifier and Type Method Description protected voidModelMerger. mergeRelocation(Relocation target, Relocation source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeRelocation_ArtifactId(Relocation target, Relocation source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeRelocation_GroupId(Relocation target, Relocation source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeRelocation_Message(Relocation target, Relocation source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeRelocation_Version(Relocation target, Relocation source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
-