org.apache.maven.project.artifact
Class DefaultMetadataSource
java.lang.Object
org.apache.maven.project.artifact.MavenMetadataSource
org.apache.maven.project.artifact.DefaultMetadataSource
- All Implemented Interfaces:
- ArtifactMetadataSource
@Component(role=ArtifactMetadataSource.class)
public class DefaultMetadataSource
- extends MavenMetadataSource
This realizes the metadata source via the default hint to provide backward-compat with Maven 2.x whose Plexus version
registered component descriptors twice: once keyed by role+roleHint and once keyed by role only. This effectively
made the metadata source available with its original role hint ("maven") as well as the default hint.
- Author:
- Benjamin Bentmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultMetadataSource
public DefaultMetadataSource()
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.