Class UserPropertiesArtifactRelocationSource
java.lang.Object
org.apache.maven.internal.impl.resolver.relocation.UserPropertiesArtifactRelocationSource
- All Implemented Interfaces:
- MavenArtifactRelocationSource
@Singleton
@Named("userProperties")
@Priority(50)
public final class UserPropertiesArtifactRelocationSource
extends Object
implements MavenArtifactRelocationSource
Relocation source from user properties.
- Since:
- 4.0.0
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.eclipse.aether.artifact.ArtifactrelocatedTarget(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.resolution.ArtifactDescriptorResult artifactDescriptorResult, Model model) ReturnsArtifactinstance where to relocate to, ornull.
- 
Field Details- 
NAME- See Also:
 
 
- 
- 
Constructor Details- 
UserPropertiesArtifactRelocationSourcepublic UserPropertiesArtifactRelocationSource()
 
- 
- 
Method Details- 
relocatedTargetpublic org.eclipse.aether.artifact.Artifact relocatedTarget(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.resolution.ArtifactDescriptorResult artifactDescriptorResult, Model model) throws org.eclipse.aether.resolution.ArtifactDescriptorException Description copied from interface:MavenArtifactRelocationSourceReturnsArtifactinstance where to relocate to, ornull.- Specified by:
- relocatedTargetin interface- MavenArtifactRelocationSource
- Parameters:
- session- The session, never- null.
- artifactDescriptorResult- The artifact descriptor result, never- null.
- model- The artifact model, never- null.
- Returns:
- The Artifactto relocate to, ornullif no relocation wanted.
- Throws:
- org.eclipse.aether.resolution.ArtifactDescriptorException
 
 
-