org.jvnet.hudson.maven.plugins.hpi
Class HpiMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.jvnet.hudson.maven.plugins.hpi.AbstractHpiMojo
org.jvnet.hudson.maven.plugins.hpi.HpiMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class HpiMojo
- extends AbstractHpiMojo
Build a war/webapp.
- Version:
- $Id: HpiMojo.java 33552 2010-08-03 23:28:55Z olamy $
- Author:
- Emmanuel Venisse
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class org.jvnet.hudson.maven.plugins.hpi.AbstractHpiMojo |
buildExplodedWebapp, buildWebapp, copyResources, copyResources, getClassesDirectory, getContainerConfigXML, getDependentWarExcludes, getDependentWarIncludes, getExcludes, getIncludes, getWebappDirectory, setAttributes, setClassesDirectory, setContainerConfigXML, setWarSourceDirectory, setWebappDirectory |
| 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 |
HpiMojo
public HpiMojo()
getOutputFile
protected File getOutputFile(String extension)
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Executes the WarMojo on the current project.
- Throws:
org.apache.maven.plugin.MojoExecutionException - if an error occurred while building the webapp
Copyright © 2011. All Rights Reserved.