Class DefaultArtifactCollector

java.lang.Object
org.apache.maven.repository.legacy.resolver.DefaultLegacyArtifactCollector
org.apache.maven.artifact.resolver.DefaultArtifactCollector
All Implemented Interfaces:
ArtifactCollector, LegacyArtifactCollector

@Deprecated @Component(role=ArtifactCollector.class) public class DefaultArtifactCollector extends DefaultLegacyArtifactCollector implements ArtifactCollector
Deprecated.
Artifact collector - takes a set of original artifacts and resolves all of the best versions to use along with their metadata. No artifacts are downloaded.
  • Constructor Details

    • DefaultArtifactCollector

      public DefaultArtifactCollector()
      Deprecated.