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:
Jason van Zyl 2008-02-29 22:36:19 +00:00
parent df783cfaef
commit 4411b1c425
32 changed files with 32 additions and 32 deletions

View File

@ -24,7 +24,7 @@
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

View File

@ -28,7 +28,7 @@
*/
/**
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @author Jason van Zyl
* @version $Id$
*/
public class LifecycleExecutionException

View File

@ -33,7 +33,7 @@
* 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$
*/

View File

@ -25,7 +25,7 @@
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

View File

@ -32,7 +32,7 @@
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

View File

@ -35,7 +35,7 @@
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?
*/

View File

@ -26,7 +26,7 @@
import java.io.IOException;
/**
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @author Jason van Zyl
* @version $Id$
*/
public class MavenExecutionException

View File

@ -50,7 +50,7 @@
/**
* @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 $
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @author Jason van Zyl
* @version $Id$
*/
public class MavenEmbedderException

View File

@ -20,7 +20,7 @@
*/
/**
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @author Jason van Zyl
* @version $Id$
*/
public interface MavenEmbedderLogger

View File

@ -38,7 +38,7 @@
* </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&oslash;l</a>
* @version $Id$
*/

View File

@ -20,7 +20,7 @@
*/
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

View File

@ -18,7 +18,7 @@
*/
/**
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @author Jason van Zyl
* @version $Id$
*/
public class SummaryPluginDescriptor

View File

@ -31,7 +31,7 @@
* 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

View File

@ -20,7 +20,7 @@
*/
/**
* @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 $
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @author Jason van Zyl
* @version $Id$
*/
public class Parameter

View File

@ -41,7 +41,7 @@
import java.util.Set;
/**
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @author Jason van Zyl
* @version $Id$
*/
public class PluginDescriptor

View File

@ -33,7 +33,7 @@
import java.util.List;
/**
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @author Jason van Zyl
* @version $Id$
*/
public class PluginDescriptorBuilder

View File

@ -32,7 +32,7 @@
*/
/**
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @author Jason van Zyl
* @version $Id$
*/
public class ProjectBuildingException

View File

@ -43,7 +43,7 @@
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.

View File

@ -22,7 +22,7 @@
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

View File

@ -24,7 +24,7 @@
import java.io.File;
/**
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @author Jason van Zyl
* @version $Id$
*/
public interface PathTranslator

View File

@ -35,7 +35,7 @@
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

View File

@ -30,7 +30,7 @@
import java.util.List;
/**
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @author Jason van Zyl
* @version $Id$
*/
public class CanonicalProjectBuilderTest

View File

@ -24,7 +24,7 @@
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

View File

@ -24,7 +24,7 @@
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

View File

@ -32,7 +32,7 @@
* 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

View File

@ -27,7 +27,7 @@
* 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

View File

@ -40,7 +40,7 @@
* 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

View File

@ -33,7 +33,7 @@
* 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

View File

@ -30,7 +30,7 @@
/**
* 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

View File

@ -20,7 +20,7 @@
*/
/**
* @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.