org.codehaus.mojo.cis
Class CisWarManifestMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.cis.AbstractCisWarMojo
          extended by org.codehaus.mojo.cis.CisWarManifestMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class CisWarManifestMojo
extends AbstractCisWarMojo

Generate a manifest for this WAR.

Version:
$Id: WarMojo.java 307363 2005-10-09 04:50:58Z brett $
Author:
Mike Perham

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
CisWarManifestMojo()
           
 
Method Summary
protected  void initWarMojo(org.apache.maven.plugin.war.AbstractWarMojo warMojo)
          Initializes the war mojo.
protected  org.apache.maven.plugin.war.AbstractWarMojo newWarMojo()
          Called for creating a new war mojo, which does the actual work.
 
Methods inherited from class org.codehaus.mojo.cis.AbstractCisWarMojo
createStartappsXmlFile, createWebXmlFile, execute, initCisApp, setParameter
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CisWarManifestMojo

public CisWarManifestMojo()
Method Detail

initWarMojo

protected void initWarMojo(org.apache.maven.plugin.war.AbstractWarMojo warMojo)
                    throws org.apache.maven.plugin.MojoExecutionException
Description copied from class: AbstractCisWarMojo
Initializes the war mojo.

Overrides:
initWarMojo in class AbstractCisWarMojo
Throws:
org.apache.maven.plugin.MojoExecutionException

newWarMojo

protected org.apache.maven.plugin.war.AbstractWarMojo newWarMojo()
Description copied from class: AbstractCisWarMojo
Called for creating a new war mojo, which does the actual work.

Specified by:
newWarMojo in class AbstractCisWarMojo


Copyright © 2007-2009 The Apache Software Foundation. All Rights Reserved.