org.apache.maven.plugin.rar
Class RarMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.rar.RarMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class RarMojo
extends org.apache.maven.plugin.AbstractMojo

Builds J2EE Resource Adapter Archive (RAR) files.

Version:
$Id: RarMojo.java 480787 2006-11-30 00:18:21Z jvanzyl $
Author:
Stephane Nicoll

Field Summary
static String RA_XML_URI
           
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
RarMojo()
           
 
Method Summary
 void execute()
           
protected  File getBuildDir()
           
 
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
 

Field Detail

RA_XML_URI

public static final String RA_XML_URI
See Also:
Constant Field Values
Constructor Detail

RarMojo

public RarMojo()
Method Detail

execute

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

getBuildDir

protected File getBuildDir()


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.