org.apache.maven.plugin.acr
Class AcrMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by 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
Is defined by the goal name:
acr
Is bound to the specified phase of the standard build lifecycle:
package
Requires the dependencies in this specified scope:
runtime

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
 
Constructor Summary
AcrMojo()
           
 
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
 

Field Detail

escapeString

protected String escapeString
An expression preceded with this String won't be interpolated. \${foo} will be replaced with ${foo}.

Is defined by:
expression:
${acr.escapeString}
Constructor Detail

AcrMojo

public AcrMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Generates the application client jar file.

Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.