org.codehaus.cargo.maven2
Class UberWarMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.cargo.maven2.AbstractCommonMojo
org.codehaus.cargo.maven2.UberWarMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class UberWarMojo
- extends AbstractCommonMojo
Build an uberwar.
- Version:
- $Id: $
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
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 |
UberWarMojo
public UberWarMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Executes the UberWarMojo on the current project.
- Throws:
org.apache.maven.plugin.MojoExecutionException
- if an error occured while building the webapp
makeStrategy
protected MergeStrategy makeStrategy(org.codehaus.plexus.util.xml.Xpp3Dom config)
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
addWar
protected void addWar(WarArchiveMerger wam,
java.lang.String artifactIdent)
throws org.apache.maven.plugin.MojoExecutionException,
java.io.IOException
- Throws:
org.apache.maven.plugin.MojoExecutionException
java.io.IOException
addAllWars
protected void addAllWars(WarArchiveMerger wam)
throws org.apache.maven.plugin.MojoExecutionException,
java.io.IOException
- Throws:
org.apache.maven.plugin.MojoExecutionException
java.io.IOException
Copyright © 2004-2011 Codehaus. All Rights Reserved.