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 TypeMethodDescriptionvoid
DistributionManagement.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 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)