Nar Maven Plugin Version 3.1.0 Released
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<plugin>
2 <groupId>com.github.maven-nar</groupId>
3 <artifactId>nar-maven-plugin</artifactId>
4 <version>3.1.0</version>
5 <extensions>true</extensions>
6</plugin>