org.codehaus.mojo.jboss.packaging
Class ESBExplodedMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.jboss.packaging.AbstractPackagingMojo
org.codehaus.mojo.jboss.packaging.ESBMojo
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
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Method Summary |
void |
execute()
Deprecated. Execute the mojo in the current project. |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ESBExplodedMojo
public ESBExplodedMojo()
- Deprecated.
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.