org.apache.maven.project
Class TestMetadataSource
java.lang.Object
org.apache.maven.project.artifact.MavenMetadataSource
org.apache.maven.project.TestMetadataSource
- All Implemented Interfaces:
- ArtifactMetadataSource
@Component(role=org.apache.maven.artifact.metadata.ArtifactMetadataSource.class,
hint="classpath")
public class TestMetadataSource- extends MavenMetadataSource
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestMetadataSource
public TestMetadataSource()
retrieve
public ResolutionGroup retrieve(Artifact artifact,
ArtifactRepository localRepository,
List<ArtifactRepository> remoteRepositories)
throws ArtifactMetadataRetrievalException
- Specified by:
retrieve in interface ArtifactMetadataSource- Overrides:
retrieve in class MavenMetadataSource
- Throws:
ArtifactMetadataRetrievalException
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.