All Classes and Interfaces
Classes
Class
Description
This goal builds the JNI module which was previously
generated with the generate goal.
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.
Display help information on hawtjni-maven-plugin.
Call
Call
mvn hawtjni:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details.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.
This goal creates a source zip file of the native build
module and attaches it to the build so that it can get
deployed.