org.apache.axis2.maven2.aar
Class AarMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.axis2.maven2.aar.AbstractAarMojo
          extended by org.apache.axis2.maven2.aar.AarMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class AarMojo
extends AbstractAarMojo

Build a aar.


Field Summary
 
Fields inherited from class org.apache.axis2.maven2.aar.AbstractAarMojo
aarDirectory, baseDir, project
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AarMojo()
           
 
Method Summary
 void execute()
          Executes the AarMojo on the current project.
 
Methods inherited from class org.apache.axis2.maven2.aar.AbstractAarMojo
buildExplodedAar
 
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

AarMojo

public AarMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Executes the AarMojo on the current project.

Throws:
org.apache.maven.plugin.MojoExecutionException - if an error occured while building the webapp


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.