I'm creating a Java project with native methods ( JNI ) without having to create three separate projects for this. My goal is to compile everything I need in one go.
I use only one DLL / OS in this project generated by a single C file.
How to add this build step and move the library to the dist folder in pom do maven
or ant tasks
?
My indifference to maven or ant tasks is that I plan to use netbeans to compile this, so what's easiest to adapt will be what I'm looking for.