mirror of https://github.com/apache/maven.git
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:
parent
661051200d
commit
00ae895859
|
@ -24,7 +24,7 @@ import java.util.Set;
|
|||
/**
|
||||
* 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$
|
||||
*/
|
||||
public abstract class AbstractEarModule
|
||||
|
|
|
@ -30,7 +30,7 @@ import java.util.Set;
|
|||
/**
|
||||
* 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 $
|
||||
*/
|
||||
public abstract class AbstractEarMojo
|
||||
|
|
|
@ -30,8 +30,7 @@ import java.util.List;
|
|||
* An <tt>XmlWriter</tt> based implementation used to generate an
|
||||
* <tt>application.xml</tt> file
|
||||
*
|
||||
* @author Stephane Nicoll <stephane.nicoll@gmail.com>
|
||||
* @author $Author: sni $ (last edit)
|
||||
* @author <a href="snicoll@apache.org">Stephane Nicoll</a>
|
||||
* @version $Id$
|
||||
*/
|
||||
public final class ApplicationXmlWriter
|
||||
|
|
|
@ -24,7 +24,7 @@ import java.util.Set;
|
|||
/**
|
||||
* 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$
|
||||
*/
|
||||
public interface EarModule
|
||||
|
|
|
@ -21,7 +21,7 @@ import org.apache.maven.artifact.Artifact;
|
|||
/**
|
||||
* 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$
|
||||
*/
|
||||
public final class EarModuleFactory
|
||||
|
|
|
@ -28,7 +28,7 @@ import java.util.Iterator;
|
|||
/**
|
||||
* 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$
|
||||
* @goal ear
|
||||
* @phase package
|
||||
|
|
|
@ -19,7 +19,7 @@ package org.apache.maven.plugin.ear;
|
|||
/**
|
||||
* 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$
|
||||
*/
|
||||
public class EarPluginException
|
||||
|
|
|
@ -21,7 +21,7 @@ import org.apache.maven.artifact.Artifact;
|
|||
/**
|
||||
* 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$
|
||||
*/
|
||||
public class EjbClientModule
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.codehaus.plexus.util.xml.XMLWriter;
|
|||
/**
|
||||
* 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$
|
||||
*/
|
||||
public class EjbModule
|
||||
|
|
|
@ -25,7 +25,7 @@ import java.io.IOException;
|
|||
/**
|
||||
* 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 $
|
||||
* @goal generate-application-xml
|
||||
* @phase generate-resources
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.codehaus.plexus.util.xml.XMLWriter;
|
|||
/**
|
||||
* 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$
|
||||
*/
|
||||
public class JavaModule
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.codehaus.plexus.util.xml.XMLWriter;
|
|||
/**
|
||||
* 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$
|
||||
*/
|
||||
public class RarModule
|
||||
|
|
|
@ -24,7 +24,7 @@ import java.util.Set;
|
|||
/**
|
||||
* 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$
|
||||
*/
|
||||
public class WebModule
|
||||
|
|
Loading…
Reference in New Issue