mirror of https://github.com/apache/maven.git
added javadoc
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1407894 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a8a59d6e13
commit
57976a8b1a
|
@ -26,6 +26,10 @@ import org.apache.maven.artifact.metadata.ArtifactMetadata;
|
|||
import org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout;
|
||||
import org.apache.maven.repository.Proxy;
|
||||
|
||||
/**
|
||||
* Abstraction of an artifact repository. Artifact repositories can be remote, local, or even build reactor or
|
||||
* IDE workspace.
|
||||
*/
|
||||
public interface ArtifactRepository
|
||||
{
|
||||
String pathOf( Artifact artifact );
|
||||
|
|
Loading…
Reference in New Issue