Package org.codehaus.mojo.mrm.plugin

This is the contract for the Maven Plugin Extensions that allow for plugging in custom repository types into the Maven plugin.

See:
          Description

Interface Summary
ArtifactStoreFactory Something that produces ArtifactStore instances.
FactoryHelper Helper interface that exposes the Maven components that may be required.
FactoryHelperRequired Marker interface to indicate that a ArtifactStoreFactory or FileSystemFactory should be provided with a FactoryHelper before use.
FileSystemFactory Something that produces new FileSystem instances.
 

Package org.codehaus.mojo.mrm.plugin Description

This is the contract for the Maven Plugin Extensions that allow for plugging in custom repository types into the Maven plugin.

Since:
1.0


Copyright © 2009-2011 Codehaus. All Rights Reserved.