org.codehaus.mojo.jboss.packaging
Class SarInPlaceExplodedMojo

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.SarMojo
              extended by 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

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
SarInPlaceExplodedMojo()
          Deprecated.  
 
Method Summary
 void execute()
          Deprecated. Main plugin execution path.
 
Methods inherited from class org.codehaus.mojo.jboss.packaging.SarMojo
getArtifactType, getDeploymentDescriptor
 
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 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

SarInPlaceExplodedMojo

public SarInPlaceExplodedMojo()
Deprecated. 
Method Detail

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.