mirror of https://github.com/apache/maven.git
Set svn properties
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@420152 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7ca5adbbeb
commit
df2b72bb6c
|
@ -18,7 +18,7 @@ package org.apache.maven.artifact.handler;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
|
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
|
||||||
* @version $Id: AbstractArtifactHandler.java 189871 2005-06-10 00:57:19Z brett $
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public class DefaultArtifactHandler
|
public class DefaultArtifactHandler
|
||||||
implements ArtifactHandler
|
implements ArtifactHandler
|
||||||
|
|
|
@ -26,7 +26,7 @@ import java.util.Locale;
|
||||||
*
|
*
|
||||||
* @author Brett Porter
|
* @author Brett Porter
|
||||||
* @author <a href="evenisse@apache.org">Emmanuel Venisse</a>
|
* @author <a href="evenisse@apache.org">Emmanuel Venisse</a>
|
||||||
* @version $Id: MavenReport.java 163376 2005-02-23 00:06:06Z brett $
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public interface MavenReport
|
public interface MavenReport
|
||||||
{
|
{
|
||||||
|
|
|
@ -21,7 +21,7 @@ package org.apache.maven.reporting;
|
||||||
*
|
*
|
||||||
* @author Brett Porter
|
* @author Brett Porter
|
||||||
* @author <a href="evenisse@apache.org">Emmanuel Venisse</a>
|
* @author <a href="evenisse@apache.org">Emmanuel Venisse</a>
|
||||||
* @version $Id: MavenReportException.java 163361 2005-02-17 07:00:25Z brett $
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public class MavenReportException extends Exception
|
public class MavenReportException extends Exception
|
||||||
{
|
{
|
||||||
|
|
|
@ -19,7 +19,7 @@ package org.apache.maven.reporting;
|
||||||
/**
|
/**
|
||||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||||
* @author <a href="evenisse@apache.org">Emmanuel Venisse</a>
|
* @author <a href="evenisse@apache.org">Emmanuel Venisse</a>
|
||||||
* @version $Id: AbstractMavenReportRenderer.java 163373 2005-02-22 03:37:00Z brett $
|
* @version $Id$
|
||||||
* @todo Later it may be appropriate to create something like a VelocityMavenReportRenderer that could take a velocity template and pipe that through Doxia rather than coding them up like this.
|
* @todo Later it may be appropriate to create something like a VelocityMavenReportRenderer that could take a velocity template and pipe that through Doxia rather than coding them up like this.
|
||||||
*/
|
*/
|
||||||
public interface MavenReportRenderer
|
public interface MavenReportRenderer
|
||||||
|
|
|
@ -28,7 +28,7 @@ import java.util.List;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author <a href="evenisse@apache.org">Emmanuel Venisse</a>
|
* @author <a href="evenisse@apache.org">Emmanuel Venisse</a>
|
||||||
* @version $Id: MavenReport.java 163376 2005-02-23 00:06:06Z brett $
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public abstract class AbstractMavenMultiPageReport
|
public abstract class AbstractMavenMultiPageReport
|
||||||
extends AbstractMavenReport
|
extends AbstractMavenReport
|
||||||
|
|
|
@ -32,7 +32,7 @@ import java.util.Locale;
|
||||||
* The basis for a Maven report.
|
* The basis for a Maven report.
|
||||||
*
|
*
|
||||||
* @author <a href="evenisse@apache.org">Emmanuel Venisse</a>
|
* @author <a href="evenisse@apache.org">Emmanuel Venisse</a>
|
||||||
* @version $Id: MavenReport.java 163376 2005-02-23 00:06:06Z brett $
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public abstract class AbstractMavenReport
|
public abstract class AbstractMavenReport
|
||||||
extends AbstractMojo
|
extends AbstractMojo
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.Properties;
|
||||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||||
* @author <a href="evenisse@apache.org">Emmanuel Venisse</a>
|
* @author <a href="evenisse@apache.org">Emmanuel Venisse</a>
|
||||||
* @author <a href="mailto:vincent.siveton@gmail.com">Vincent Siveton</a>
|
* @author <a href="mailto:vincent.siveton@gmail.com">Vincent Siveton</a>
|
||||||
* @version $Id: AbstractMavenReportRenderer.java 163373 2005-02-22 03:37:00Z brett $
|
* @version $Id$
|
||||||
* @todo Later it may be appropriate to create something like a VelocityMavenReportRenderer that could take a velocity template and pipe that through Doxia rather than coding them up like this.
|
* @todo Later it may be appropriate to create something like a VelocityMavenReportRenderer that could take a velocity template and pipe that through Doxia rather than coding them up like this.
|
||||||
*/
|
*/
|
||||||
public abstract class AbstractMavenReportRenderer
|
public abstract class AbstractMavenReportRenderer
|
||||||
|
|
|
@ -25,7 +25,7 @@ import java.io.IOException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author <a href="evenisse@apache.org">Emmanuel Venisse</a>
|
* @author <a href="evenisse@apache.org">Emmanuel Venisse</a>
|
||||||
* @version $Id: MavenReport.java 163376 2005-02-23 00:06:06Z brett $
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public class SinkFactory
|
public class SinkFactory
|
||||||
{
|
{
|
||||||
|
|
|
@ -34,7 +34,7 @@ import java.util.List;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author jdcasey
|
* @author jdcasey
|
||||||
* @version $Id: DefaultMavenSettingsBuilder.java 189510 2005-06-08 03:27:43Z jdcasey $
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public class DefaultMavenSettingsBuilder
|
public class DefaultMavenSettingsBuilder
|
||||||
extends AbstractLogEnabled
|
extends AbstractLogEnabled
|
||||||
|
|
|
@ -23,7 +23,7 @@ import java.io.IOException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author jdcasey
|
* @author jdcasey
|
||||||
* @version $Id: MavenSettingsBuilder.java 189510 2005-06-08 03:27:43Z jdcasey $
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public interface MavenSettingsBuilder
|
public interface MavenSettingsBuilder
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue