org.codehaus.mojo.jboss.packaging
Class HarExplodedMojo

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.HarMojo
              extended by org.codehaus.mojo.jboss.packaging.HarExplodedMojo
All Implemented Interfaces:
ContextEnabled, Mojo

Deprecated. Use har goal with "explodedOnly" parameter

public class HarExplodedMojo
extends HarMojo

Builds a deployable JBoss Hibernate exploded Archive.

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:
har-exploded

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

HarExplodedMojo

public HarExplodedMojo()
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.