Class AcrMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.acr.AcrMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="acr",
requiresDependencyResolution=RUNTIME,
threadSafe=true,
defaultPhase=PACKAGE)
public class AcrMojo
extends org.apache.maven.plugin.AbstractMojo
Build a JavaEE Application Client jar file from the current project.
- Author:
- Pablo Rodriguez, Stephane Nicoll
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
ConstructorsConstructorDescriptionAcrMojo(org.codehaus.plexus.archiver.jar.JarArchiver jarArchiver, org.apache.maven.shared.filtering.MavenFileFilter mavenFileFilter) -
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-