Package org.fusesource.hawtjni.maven


package org.fusesource.hawtjni.maven
  • 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.
    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.