org.apache.maven.plugin.ejb
Class EjbMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.ejb.EjbMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class EjbMojo
extends org.apache.maven.plugin.AbstractMojo

Build an EJB (and optional client) from the current project.

Version:
$Id: EjbMojo.java 997273 2010-09-15 10:45:28Z dennisl $
Author:
Emmanuel Venisse
Is defined by the goal name:
ejb
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
EjbMojo()
           
 
Method Summary
 void execute()
          Generates an EJB jar and optionally an ejb-client jar.
 
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}.

Since:
2.3
Is defined by:
expression:
${ejb.escapeString}
Constructor Detail

EjbMojo

public EjbMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Generates an EJB jar and optionally an ejb-client jar.

Throws:
org.apache.maven.plugin.MojoExecutionException


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