org.codehaus.mojo.jboss.packaging
Class SarInPlaceExplodedMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.jboss.packaging.AbstractPackagingMojo
org.codehaus.mojo.jboss.packaging.SarMojo
org.codehaus.mojo.jboss.packaging.SarInPlaceExplodedMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
Deprecated. Use sar goal with "explodedOnly" parameter
public class SarInPlaceExplodedMojo
- extends SarMojo
Builds a deployable JBoss Service in place exploded Archive.
- Requires the dependencies in this specified scope:
- runtime
- Is defined by the goal name:
- sar-inplace
- Is bound to the specified phase of the standard build lifecycle:
- package
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Method Summary |
void |
execute()
Deprecated. Main plugin execution path. |
Methods inherited from class org.codehaus.mojo.jboss.packaging.AbstractPackagingMojo |
buildExplodedPackaging, buildExplodedPackaging, buildSpecificPackaging, 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 |
SarInPlaceExplodedMojo
public SarInPlaceExplodedMojo()
- Deprecated.
execute
public void execute()
throws MojoExecutionException
- Deprecated.
- Main plugin execution path.
- Specified by:
execute
in interface Mojo
- Overrides:
execute
in class AbstractPackagingMojo
- Throws:
MojoExecutionException
- if an error occurred
MojoFailureException
- if an error occurred
Copyright © 2006-2011 Codehaus. All Rights Reserved.