Package org.codehaus.mojo.natives.plugin
Class NativeInitializeMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.codehaus.mojo.natives.plugin.NativeInitializeMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="initialize", defaultPhase=INITIALIZE) public class NativeInitializeMojo extends org.apache.maven.plugin.AbstractMojoInitialize build lifecycle
-
-
Constructor Summary
Constructors Constructor Description NativeInitializeMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-
-
-
Field Detail
-
project
@Parameter(defaultValue="${project}", readonly=true, required=true) protected org.apache.maven.project.MavenProject project
-
skip
@Parameter(property="native.skip", defaultValue="false") protected boolean skipSet to true to skip the execution of native plugin mojos.- Since:
- 1.0-M2
-
-