Uses of Class
org.apache.maven.model.Relocation
Packages that use Relocation
-
Uses of Relocation in org.apache.maven.model
Methods in org.apache.maven.model that return RelocationMethods in org.apache.maven.model that return types with arguments of type RelocationModifier and TypeMethodDescriptionstatic List<Relocation>Relocation.relocationToApiV3(List<Relocation> list) Methods in org.apache.maven.model with parameters of type RelocationModifier and TypeMethodDescriptionvoidDistributionManagement.setRelocation(Relocation relocation) Method parameters in org.apache.maven.model with type arguments of type RelocationModifier and TypeMethodDescriptionstatic List<Relocation>Relocation.relocationToApiV4(List<Relocation> list) -
Uses of Relocation in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type RelocationModifier and TypeMethodDescriptionprotected voidModelMerger.mergeRelocation(Relocation target, Relocation source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeRelocation_ArtifactId(Relocation target, Relocation source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeRelocation_GroupId(Relocation target, Relocation source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeRelocation_Message(Relocation target, Relocation source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeRelocation_Version(Relocation target, Relocation source, boolean sourceDominant, Map<Object, Object> context)