Package org.codehaus.mojo.mrm.plugin
Class LocalRepo
java.lang.Object
org.codehaus.mojo.mrm.plugin.LocalRepo
- All Implemented Interfaces:
ArtifactStoreFactory
@Named("localRepo")
@Singleton
public class LocalRepo
extends Object
implements ArtifactStoreFactory
A locally stored Maven repository.
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewInstance(org.apache.maven.execution.MavenSession session, org.apache.maven.plugin.logging.Log log) voidsetFactoryHelper(FactoryHelper ignored) toString()
-
Constructor Details
-
LocalRepo
public LocalRepo()
-
-
Method Details
-
newInstance
public ArtifactStore newInstance(org.apache.maven.execution.MavenSession session, org.apache.maven.plugin.logging.Log log) - Specified by:
newInstancein interfaceArtifactStoreFactory
-
setFactoryHelper
- Specified by:
setFactoryHelperin interfaceArtifactStoreFactory
-
toString
-