There is a new release of the Nar Maven Plugin 3.1.0 Released
This plugin for Maven 2 allows you to compile native code (c++, c and fortran) on a number of different architectures (Linux, Windows, MacOSX, Solaris, …) and with a number of different compilers/linkers (g++, Microsoft Visual C++, CC, …)
To use the plugin you need to give the following in your pom file:
1 2 3 4 5 6 |
|