org.apache.maven.plugin.acr
Class AcrMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.acr.AcrMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class AcrMojo
- extends org.apache.maven.plugin.AbstractMojo
Build a JavaEE Application Client jar file from the current project.
- Version:
- $Id:
- Author:
- Pablo Rodriguez, Stephane Nicoll
Field Summary |
protected String |
escapeString
An expression preceded with this String won't be interpolated. |
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Method Summary |
void |
execute()
Generates the application client jar file. |
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 |
escapeString
protected String escapeString
- An expression preceded with this String won't be interpolated.
\${foo} will be replaced with ${foo}.
AcrMojo
public AcrMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Generates the application client jar file.
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.