o fixed svn properties
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@628492 13f79535-47bb-0310-9956-ffa450edef68master
parent
cc94792fbd
commit
2a64c902b4
|
|
@ -27,7 +27,7 @@ import org.codehaus.plexus.logging.Logger;
|
||||||
* to turn off logs during testing where they aren't desired.
|
* to turn off logs during testing where they aren't desired.
|
||||||
*
|
*
|
||||||
* @author <a href="mailto:brianf@apache.org">Brian Fox</a>
|
* @author <a href="mailto:brianf@apache.org">Brian Fox</a>
|
||||||
* @version $Id: SilentLog.java 546355 2007-06-12 02:00:02Z brianf $
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public class SilentLog
|
public class SilentLog
|
||||||
implements Log, Logger
|
implements Log, Logger
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ import org.apache.maven.artifact.handler.ArtifactHandler;
|
||||||
* Minimal artifact handler used by the stub factory to create unpackable archives.
|
* Minimal artifact handler used by the stub factory to create unpackable archives.
|
||||||
*
|
*
|
||||||
* @author <a href="mailto:brianf@apache.org">Brian Fox</a>
|
* @author <a href="mailto:brianf@apache.org">Brian Fox</a>
|
||||||
* @version $Id: $
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public class DefaultArtifactHandlerStub
|
public class DefaultArtifactHandlerStub
|
||||||
implements ArtifactHandler
|
implements ArtifactHandler
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ import org.apache.maven.artifact.resolver.filter.ArtifactFilter;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author <a href="mailto:brianf@apache.org">Brian Fox</a>
|
* @author <a href="mailto:brianf@apache.org">Brian Fox</a>
|
||||||
* @version $Id: $
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public class StubArtifactCollector
|
public class StubArtifactCollector
|
||||||
implements ArtifactCollector
|
implements ArtifactCollector
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ import org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author <a href="mailto:brianf@apache.org">Brian Fox</a>
|
* @author <a href="mailto:brianf@apache.org">Brian Fox</a>
|
||||||
* @version $Id: $
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public class StubArtifactRepository
|
public class StubArtifactRepository
|
||||||
implements ArtifactRepository
|
implements ArtifactRepository
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ import org.apache.maven.plugin.testing.ArtifactStubFactory;
|
||||||
* Stub resolver. The constructor allows the specification of the exception to throw so that handling can be tested too.
|
* Stub resolver. The constructor allows the specification of the exception to throw so that handling can be tested too.
|
||||||
*
|
*
|
||||||
* @author <a href="mailto:brianf@apache.org">Brian Fox</a>
|
* @author <a href="mailto:brianf@apache.org">Brian Fox</a>
|
||||||
* @version $Id: $
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public class StubArtifactResolver
|
public class StubArtifactResolver
|
||||||
implements ArtifactResolver
|
implements ArtifactResolver
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue