com.sun.enterprise.module.maven
Class HK2GenerateMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
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 |
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 |
manifestLocation
protected File manifestLocation
- Directory where the manifest will be written
project
protected org.apache.maven.project.MavenProject project
- The maven project.
HK2GenerateMojo
public HK2GenerateMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2013 Oracle Corporation. All Rights Reserved.