org.apache.felix.tools.maven.plugin
Class OsgiJarMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.felix.tools.maven.plugin.OsgiJarMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

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

Package an OSGi jar "bundle."

Version:
$Rev$, $Date$
Author:
Apache Felix Project

Field Summary
static String AUTO_DETECT
           
static String OSGI_REFERENCES
           
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
OsgiJarMojo()
           
 
Method Summary
 void execute()
          Execute this Mojo
 
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

OSGI_REFERENCES

public static final String OSGI_REFERENCES
See Also:
Constant Field Values

AUTO_DETECT

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

OsgiJarMojo

public OsgiJarMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Execute this Mojo

Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2011 Apache Software Foundation. All Rights Reserved.