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 924415 2010-03-17 18:37:43Z bentmann $
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
 
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
 

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.