org.apache.maven.plugin.ejb
Class EjbMojo

java.lang.Object
  extended byorg.apache.maven.plugin.AbstractMojo
      extended byorg.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 782452 2009-06-07 20:22:07Z bentmann $
Author:
Emmanuel Venisse
Is defined by the goal name:
ejb
Is bound to the specified phase of the standard build lifecycle:
package

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-2009 The Apache Software Foundation. All Rights Reserved.