Class AcrMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.acr.AcrMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="acr", requiresDependencyResolution=RUNTIME, threadSafe=true, defaultPhase=PACKAGE) public class AcrMojo extends org.apache.maven.plugin.AbstractMojo
Build a JavaEE Application Client jar file from the current project.
Author:
Pablo Rodriguez, Stephane Nicoll
  • Field Summary

    Fields inherited from interface org.apache.maven.plugin.Mojo

    ROLE
  • Constructor Summary

    Constructors
    Constructor
    Description
    AcrMojo(org.codehaus.plexus.archiver.jar.JarArchiver jarArchiver, org.apache.maven.shared.filtering.MavenFileFilter mavenFileFilter)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void

    Methods inherited from class org.apache.maven.plugin.AbstractMojo

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AcrMojo

      @Inject public AcrMojo(org.codehaus.plexus.archiver.jar.JarArchiver jarArchiver, @Named("default") org.apache.maven.shared.filtering.MavenFileFilter mavenFileFilter)
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException