mirror of https://github.com/apache/maven.git
Changing to name and not email.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@632468 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
df783cfaef
commit
4411b1c425
|
@ -24,7 +24,7 @@ import org.apache.maven.execution.MavenExecutionResult;
|
|||
import org.apache.maven.execution.ReactorManager;
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl </a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public interface Maven
|
||||
|
|
|
@ -28,7 +28,7 @@ import org.apache.maven.project.artifact.InvalidDependencyVersionException;
|
|||
*/
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public class LifecycleExecutionException
|
||||
|
|
|
@ -33,7 +33,7 @@ import org.apache.maven.project.MavenProject;
|
|||
* that may occur during this process, and directing the behavior of the build
|
||||
* according to what's specified in {@link MavenExecutionRequest#getReactorFailureBehavior()}.
|
||||
*
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @author Jason van Zyl
|
||||
* @author jdcasey
|
||||
* @version $Id$
|
||||
*/
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.codehaus.plexus.component.configurator.expression.ExpressionEvaluatio
|
|||
import org.codehaus.plexus.component.repository.exception.ComponentLookupException;
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public class PluginConfigurationException
|
||||
|
|
|
@ -32,7 +32,7 @@ import org.apache.maven.project.artifact.InvalidDependencyVersionException;
|
|||
import org.apache.maven.reporting.MavenReport;
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl </a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public interface PluginManager
|
||||
|
|
|
@ -35,7 +35,7 @@ import java.util.Map;
|
|||
import java.util.Properties;
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
* @todo belong in MavenSession, so it only gets created once?
|
||||
*/
|
||||
|
|
|
@ -26,7 +26,7 @@ import java.io.File;
|
|||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenExecutionException
|
||||
|
|
|
@ -50,7 +50,7 @@ import java.util.Properties;
|
|||
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl </a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id: PluginParameterExpressionEvaluatorTest.java,v 1.5 2005/03/08
|
||||
* 06:06:21 jdcasey Exp $
|
||||
*/
|
||||
|
|
|
@ -20,7 +20,7 @@ package org.apache.maven.embedder;
|
|||
*/
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenEmbedderException
|
||||
|
|
|
@ -20,7 +20,7 @@ package org.apache.maven.embedder;
|
|||
*/
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public interface MavenEmbedderLogger
|
||||
|
|
|
@ -38,7 +38,7 @@ import org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable;
|
|||
* </logging>
|
||||
* </pre>
|
||||
*
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @author Jason van Zyl
|
||||
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugstøl</a>
|
||||
* @version $Id$
|
||||
*/
|
||||
|
|
|
@ -20,7 +20,7 @@ package org.apache.maven.embedder;
|
|||
*/
|
||||
|
||||
import org.codehaus.plexus.logging.Logger;/**
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public class PlexusLoggerAdapter
|
||||
|
|
|
@ -18,7 +18,7 @@ package org.apache.maven.embedder;/*
|
|||
*/
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public class SummaryPluginDescriptor
|
||||
|
|
|
@ -31,7 +31,7 @@ import org.apache.maven.plugin.logging.Log;
|
|||
* Also included is the <code>setLog(...)</code> method, which simply allows Maven to inject a logging mechanism which will
|
||||
* allow the Mojo to communicate to the outside world through standard Maven channels.
|
||||
*
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public interface Mojo
|
||||
|
|
|
@ -20,7 +20,7 @@ package org.apache.maven.plugin.descriptor;
|
|||
*/
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl </a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id: InvalidParameterException.java,v 1.1 2005/02/20 16:25:21
|
||||
* jdcasey Exp $
|
||||
*/
|
||||
|
|
|
@ -20,7 +20,7 @@ package org.apache.maven.plugin.descriptor;
|
|||
*/
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public class Parameter
|
||||
|
|
|
@ -41,7 +41,7 @@ import java.util.Map;
|
|||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public class PluginDescriptor
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.util.ArrayList;
|
|||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public class PluginDescriptorBuilder
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.io.IOException;
|
|||
*/
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public class ProjectBuildingException
|
||||
|
|
|
@ -43,7 +43,7 @@ import java.util.StringTokenizer;
|
|||
import java.util.TreeMap;
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl </a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id: DefaultModelInheritanceAssembler.java,v 1.4 2004/08/23 20:24:54
|
||||
* jdcasey Exp $
|
||||
* @todo generate this with modello to keep it in sync with changes in the model.
|
||||
|
|
|
@ -22,7 +22,7 @@ package org.apache.maven.project.inheritance;
|
|||
import org.apache.maven.model.Model;
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public interface ModelInheritanceAssembler
|
||||
|
|
|
@ -24,7 +24,7 @@ import org.apache.maven.model.Model;
|
|||
import java.io.File;
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public interface PathTranslator
|
||||
|
|
|
@ -35,7 +35,7 @@ import java.net.URL;
|
|||
import java.util.Properties;
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl </a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public abstract class AbstractMavenProjectTestCase
|
||||
|
|
|
@ -30,7 +30,7 @@ import java.util.Iterator;
|
|||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public class CanonicalProjectBuilderTest
|
||||
|
|
|
@ -24,7 +24,7 @@ import org.apache.maven.project.AbstractMavenProjectTestCase;
|
|||
import java.io.File;
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public abstract class AbstractProjectImportsTestCase
|
||||
|
|
|
@ -24,7 +24,7 @@ import org.apache.maven.project.AbstractMavenProjectTestCase;
|
|||
import java.io.File;
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public abstract class AbstractProjectInheritanceTestCase
|
||||
|
|
|
@ -32,7 +32,7 @@ import org.apache.maven.project.inheritance.AbstractProjectInheritanceTestCase;
|
|||
* anywhere else in the lineage. We are just making sure that values
|
||||
* down in the lineage are bubbling up where they should.
|
||||
*
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public class ProjectInheritanceTest
|
||||
|
|
|
@ -27,7 +27,7 @@ import org.apache.maven.project.inheritance.AbstractProjectInheritanceTestCase;
|
|||
* we are testing to make sure that elements stated in a model are
|
||||
* not clobbered by the same elements elsewhere in the lineage.
|
||||
*
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public class ProjectInheritanceTest
|
||||
|
|
|
@ -40,7 +40,7 @@ import java.util.Map;
|
|||
* anywhere else in the lineage. We are just making sure that values
|
||||
* down in the lineage are bubbling up where they should.
|
||||
*
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public class ProjectInheritanceTest
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.io.File;
|
|||
* anywhere else in the lineage. We are just making sure that values
|
||||
* down in the lineage are bubbling up where they should.
|
||||
*
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public class ProjectInheritanceTest
|
||||
|
|
|
@ -30,7 +30,7 @@ import java.util.Set;
|
|||
/**
|
||||
* A test which demonstrates maven's dependency management
|
||||
*
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public class ProjectInheritanceTest
|
||||
|
|
|
@ -20,7 +20,7 @@ package org.apache.maven.reporting;
|
|||
*/
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @author Jason van Zyl
|
||||
* @author <a href="evenisse@apache.org">Emmanuel Venisse</a>
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue