org.codehaus.mojo.jboss.packaging
Class ESBExplodedMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.jboss.packaging.AbstractPackagingMojo
          extended by org.codehaus.mojo.jboss.packaging.ESBMojo
              extended by org.codehaus.mojo.jboss.packaging.ESBExplodedMojo
All Implemented Interfaces:
ContextEnabled, Mojo

Deprecated. Use esb goal with "explodedOnly" parameter

public class ESBExplodedMojo
extends ESBMojo

Builds a deployable JBoss ESB exploded Archive.

Author:
Kevin Conner
Is bound to the specified phase of the standard build lifecycle:
package
Requires the dependencies in this specified scope:
runtime
Is defined by the goal name:
esb-exploded

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
ESBExplodedMojo()
          Deprecated.  
 
Method Summary
 void execute()
          Deprecated. Execute the mojo in the current project.
 
Methods inherited from class org.codehaus.mojo.jboss.packaging.ESBMojo
buildSpecificPackaging, getArtifactType, getDeploymentDescriptor
 
Methods inherited from class org.codehaus.mojo.jboss.packaging.AbstractPackagingMojo
buildExplodedPackaging, buildExplodedPackaging, getArchiveName, getClassesDirectory, getDeploymentDescriptorDest, getDeploymentDescriptorDestName, getLibDirectory, getOutputDirectory, getPackagingDirectory, getProject, isExplodedOnly, packageClasses, packageLib, packageResources, performPackaging
 
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

ESBExplodedMojo

public ESBExplodedMojo()
Deprecated. 
Method Detail

execute

public void execute()
             throws MojoExecutionException
Deprecated. 
Execute the mojo in the current project.

Specified by:
execute in interface Mojo
Overrides:
execute in class AbstractPackagingMojo
Throws:
MojoExecutionException - For plugin failures.
MojoFailureException - For unexpected plugin failures.


Copyright © 2006-2011 Codehaus. All Rights Reserved.