Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
At present the plugin only adds $
{maven.build.dest}to the classpath.
I need to be able to include some of my dependencies on the classpath when compiling JNI headers (I'm implementing an interface from another library with JNI).
For my purposes, including my jar dependencies on the classpath will be fine, but maybe a dependency property (<jni>?) would be neater in the long term?
FYI: This appears to only be a requirement for WIN32.
I can run the native:jniheader goal successfully with the default properties.
The class I'm generating the header file extends an abstract class from one of my declared dependencies.