Skip to content
Snippets Groups Projects
Commit 5c8b4ae5 authored by Hans Boom's avatar Hans Boom
Browse files

Task #1771: added maven support for calling JAVAH and generating .h files from...

Task #1771: added maven support for calling JAVAH and generating .h files from the Java JNI classes.
parent 60bc0d26
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@
<executions>
<execution>
<phase>generate-sources</phase>
<phase>process-classes</phase>
<goals>
<goal>javah</goal>
</goals>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment