Package 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
Fields Modifier and Type Field Description protected File
manifestLocation
Directory where the manifest will be writtenprotected org.apache.maven.project.MavenProject
project
The maven project.
-
Constructor Summary
Constructors Constructor Description HK2GenerateMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
-
-
Field Detail
-
manifestLocation
protected File manifestLocation
Directory where the manifest will be written
-
project
protected org.apache.maven.project.MavenProject project
The maven project.
-
-