org.apache.aries.plugin.eba
Class EbaMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.aries.plugin.eba.EbaMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

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

Builds Aries Enterprise Bundle Archive (eba) files.

Version:
$Id: $

Field Summary
static java.lang.String APPLICATION_MF_URI
           
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
EbaMojo()
           
 
Method Summary
 void execute()
           
protected  java.io.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

APPLICATION_MF_URI

public static final java.lang.String APPLICATION_MF_URI
See Also:
Constant Field Values
Constructor Detail

EbaMojo

public EbaMojo()
Method Detail

execute

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

getBuildDir

protected java.io.File getBuildDir()


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