changing email address.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291287 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephane Nicoll 2005-09-24 12:23:26 +00:00
parent 661051200d
commit 00ae895859
13 changed files with 13 additions and 14 deletions

View File

@ -24,7 +24,7 @@ import java.util.Set;
/** /**
* A base implementation of an {@link EarModule}. * A base implementation of an {@link EarModule}.
* *
* @author <a href="stephane.nicoll@gmail.com">Stephane Nicoll</a> * @author <a href="snicoll@apache.org">Stephane Nicoll</a>
* @version $Id$ * @version $Id$
*/ */
public abstract class AbstractEarModule public abstract class AbstractEarModule

View File

@ -30,7 +30,7 @@ import java.util.Set;
/** /**
* A base class for EAR-processing related tasks. * A base class for EAR-processing related tasks.
* *
* @author <a href="stephane.nicoll@gmail.com">Stephane Nicoll</a> * @author <a href="snicoll@apache.org">Stephane Nicoll</a>
* @version $Id $ * @version $Id $
*/ */
public abstract class AbstractEarMojo public abstract class AbstractEarMojo

View File

@ -30,8 +30,7 @@ import java.util.List;
* An <tt>XmlWriter</tt> based implementation used to generate an * An <tt>XmlWriter</tt> based implementation used to generate an
* <tt>application.xml</tt> file * <tt>application.xml</tt> file
* *
* @author Stephane Nicoll <stephane.nicoll@gmail.com> * @author <a href="snicoll@apache.org">Stephane Nicoll</a>
* @author $Author: sni $ (last edit)
* @version $Id$ * @version $Id$
*/ */
public final class ApplicationXmlWriter public final class ApplicationXmlWriter

View File

@ -24,7 +24,7 @@ import java.util.Set;
/** /**
* The ear module interface. * The ear module interface.
* *
* @author <a href="stephane.nicoll@gmail.com">Stephane Nicoll</a> * @author <a href="snicoll@apache.org">Stephane Nicoll</a>
* @version $Id$ * @version $Id$
*/ */
public interface EarModule public interface EarModule

View File

@ -21,7 +21,7 @@ import org.apache.maven.artifact.Artifact;
/** /**
* Builds an {@link EarModule} based on an <tt>Artifact</tt>. * Builds an {@link EarModule} based on an <tt>Artifact</tt>.
* *
* @author <a href="stephane.nicoll@gmail.com">Stephane Nicoll</a> * @author <a href="snicoll@apache.org">Stephane Nicoll</a>
* @version $Id$ * @version $Id$
*/ */
public final class EarModuleFactory public final class EarModuleFactory

View File

@ -28,7 +28,7 @@ import java.util.Iterator;
/** /**
* Builds J2EE Enteprise Archive (EAR) files. * Builds J2EE Enteprise Archive (EAR) files.
* *
* @author <a href="stephane.nicoll@gmail.com">Stephane Nicoll</a> * @author <a href="snicoll@apache.org">Stephane Nicoll</a>
* @version $Id$ * @version $Id$
* @goal ear * @goal ear
* @phase package * @phase package

View File

@ -19,7 +19,7 @@ package org.apache.maven.plugin.ear;
/** /**
* The base exception of the EAR plugin. * The base exception of the EAR plugin.
* *
* @author <a href="stephane.nicoll@gmail.com">Stephane Nicoll</a> * @author <a href="snicoll@apache.org">Stephane Nicoll</a>
* @version $Id$ * @version $Id$
*/ */
public class EarPluginException public class EarPluginException

View File

@ -21,7 +21,7 @@ import org.apache.maven.artifact.Artifact;
/** /**
* The {@link EarModule} implementation for an Ejb-client module. * The {@link EarModule} implementation for an Ejb-client module.
* *
* @author <a href="stephane.nicoll@gmail.com">Stephane Nicoll</a> * @author <a href="snicoll@apache.org">Stephane Nicoll</a>
* @version $Id$ * @version $Id$
*/ */
public class EjbClientModule public class EjbClientModule

View File

@ -22,7 +22,7 @@ import org.codehaus.plexus.util.xml.XMLWriter;
/** /**
* The {@link EarModule} implementation for an EJB module. * The {@link EarModule} implementation for an EJB module.
* *
* @author <a href="stephane.nicoll@gmail.com">Stephane Nicoll</a> * @author <a href="snicoll@apache.org">Stephane Nicoll</a>
* @version $Id$ * @version $Id$
*/ */
public class EjbModule public class EjbModule

View File

@ -25,7 +25,7 @@ import java.io.IOException;
/** /**
* A Mojo used to build the application.xml file. * A Mojo used to build the application.xml file.
* *
* @author <a href="stephane.nicoll@gmail.com">Stephane Nicoll</a> * @author <a href="snicoll@apache.org">Stephane Nicoll</a>
* @version $Id $ * @version $Id $
* @goal generate-application-xml * @goal generate-application-xml
* @phase generate-resources * @phase generate-resources

View File

@ -22,7 +22,7 @@ import org.codehaus.plexus.util.xml.XMLWriter;
/** /**
* The {@link EarModule} implementation for a J2EE client module. * The {@link EarModule} implementation for a J2EE client module.
* *
* @author <a href="stephane.nicoll@gmail.com">Stephane Nicoll</a> * @author <a href="snicoll@apache.org">Stephane Nicoll</a>
* @version $Id$ * @version $Id$
*/ */
public class JavaModule public class JavaModule

View File

@ -22,7 +22,7 @@ import org.codehaus.plexus.util.xml.XMLWriter;
/** /**
* The {@link EarModule} implementation for an J2EE connector module. * The {@link EarModule} implementation for an J2EE connector module.
* *
* @author <a href="stephane.nicoll@gmail.com">Stephane Nicoll</a> * @author <a href="snicoll@apache.org">Stephane Nicoll</a>
* @version $Id$ * @version $Id$
*/ */
public class RarModule public class RarModule

View File

@ -24,7 +24,7 @@ import java.util.Set;
/** /**
* The {@link EarModule} implementation for a Web application module. * The {@link EarModule} implementation for a Web application module.
* *
* @author <a href="stephane.nicoll@gmail.com">Stephane Nicoll</a> * @author <a href="snicoll@apache.org">Stephane Nicoll</a>
* @version $Id$ * @version $Id$
*/ */
public class WebModule public class WebModule