Class | Description |
---|---|
BuildMojo |
This goal builds the JNI module which was previously
generated with the generate goal.
|
CLI | |
GenerateMojo |
This goal generates the native source code and a
autoconf/msbuild based build system needed to
build a JNI library for any HawtJNI annotated
classes in your maven project.
|
HelpMojo |
Display help information on hawtjni-maven-plugin.
Call mvn hawtjni:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
PackageJarMojo |
This goal allows allows you to package the JNI library created by build goal
in a JAR which the HawtJNI runtime can unpack when the library needs to be
loaded.
|
PackageSourceMojo |
This goal creates a source zip file of the native build
module and attaches it to the build so that it can get
deployed.
|