public class UberWarMojo extends AbstractCommonMojo
Constructor and Description |
---|
UberWarMojo() |
Modifier and Type | Method and Description |
---|---|
protected void |
addAllWars(org.codehaus.cargo.module.webapp.WarArchiveMerger wam) |
protected void |
addWar(org.codehaus.cargo.module.webapp.WarArchiveMerger wam,
String artifactIdent) |
void |
execute()
Executes the UberWarMojo on the current project.
|
protected org.codehaus.cargo.module.merge.strategy.MergeStrategy |
makeStrategy(org.codehaus.plexus.util.xml.Xpp3Dom config) |
getProject
public void execute() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
- if an error occured while building the webappprotected org.codehaus.cargo.module.merge.strategy.MergeStrategy makeStrategy(org.codehaus.plexus.util.xml.Xpp3Dom config) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
protected void addWar(org.codehaus.cargo.module.webapp.WarArchiveMerger wam, String artifactIdent) throws org.apache.maven.plugin.MojoExecutionException, IOException
org.apache.maven.plugin.MojoExecutionException
IOException
protected void addAllWars(org.codehaus.cargo.module.webapp.WarArchiveMerger wam) throws org.apache.maven.plugin.MojoExecutionException, IOException
org.apache.maven.plugin.MojoExecutionException
IOException
Copyright © 2004-2013 Codehaus. All Rights Reserved.