| ▲ | panzi a month ago | |
How does Maven handle JNI? Is it also a build system for C/C++, or do packages with native bindings require manual build steps? | ||
| ▲ | panzi a month ago | parent [-] | |
I googled a bit and found this snippet:
At least with certain plug-ins Maven will execute arbitrary commands at build time. And if you need that to build native bindings it feels like a big hole. Granted, most projects don't need JNI, I guess. | ||