com.sun.enterprise.module.maven
Class HK2GenerateMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by com.sun.enterprise.module.maven.HK2GenerateMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

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

Generates a consolidated OSGI bundle with a consolidated HK2 header

Author:
Sivakumar Thyagarajan

Field Summary
protected  File manifestLocation
          Directory where the manifest will be written
protected  org.apache.maven.project.MavenProject project
          The maven project.
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
HK2GenerateMojo()
           
 
Method Summary
 void execute()
           
 
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

manifestLocation

protected File manifestLocation
Directory where the manifest will be written


project

protected org.apache.maven.project.MavenProject project
The maven project.

Constructor Detail

HK2GenerateMojo

public HK2GenerateMojo()
Method Detail

execute

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


Copyright © 2013 Oracle Corporation. All Rights Reserved.