public interface MavenMetadataProvider
| Modifier and Type | Method and Description |
|---|---|
org.apache.maven.artifact.repository.metadata.Metadata |
getMetadata(org.commonjava.indy.model.core.StoreKey targetStore,
String path)
Retrieve the list of versions available for the given Maven GA (groupId:artifactId), which should be included
in the target store.
|
org.apache.maven.artifact.repository.metadata.Metadata getMetadata(org.commonjava.indy.model.core.StoreKey targetStore,
String path)
throws org.commonjava.indy.IndyWorkflowException
targetStore - Usually a group, this is the target where metadata aggregation is happening.path - path of the maven-metadata.xml that was requested. Useful to determine what kind of metadata to retrieve.Metadata instance containing the "virtual" versions that could become available.org.commonjava.indy.IndyWorkflowExceptionCopyright © 2011-2019-2019. All Rights Reserved.