We are pleased to announce the Maven Native Plugin 1.1 release! http://maven.apache.org/maven-1.x/plugins/native/ Plugin for native compilation c,c++, fortran =============================================================================== Changes in this version include: New Features: o add src includes/excludes. Fixes MPNATIVE-5. Thanks to Joachim Bader. o Linker and compiler argument passing. Fixes MPNATIVE-4. Thanks to Joachim Bader. o Use properties more. Fixes MPNATIVE-3. Thanks to Joachim Bader. Fixed bugs: o Help javah work on all JDK features. Fixes MPNATIVE-1. Thanks to Joachim Bader. =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/ -DgroupId=maven -DartifactId=maven-native-plugin -Dversion=1.1 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-native-plugin-1.1.jar Have fun! -The Maven Native Plugin development team