We are pleased to announce the Maven Native Plugin 1.2 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 Checking for runtime property and adding it. Default to "dynamic" if not present. Thanks to baleineca. o Add support for native dependencies (libset/syslibset) Fixes MPNATIVE-7. Thanks to Joachim Bader. o Add support for optional include path (includepath/sysincludepath) Fixes MPNATIVE-7. Thanks to Joachim Bader. o update bcel (consistency) and cpptasks (cross compile) dependencies Fixes MPNATIVE-8. Thanks to Joachim Bader. Fixed bugs: o Need .lib full name. Fixes MPNATIVE-12. Thanks to Dan Tran. o Add dependency classpath to call to javah. Fixes MPNATIVE-14. Thanks to Marcus Crafter. o Jelly tokenize incorrect behaviour. Fixes MPNATIVE-13. Thanks to baleineca. o Add DLL support to the plugin Fixes MPNATIVE-10. Thanks to Joachim Bader. o Changed repository location of libraries from soto sosso Maven can handle them as dependencies Fixes MPNATIVE-7. 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.2 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.2.jar Have fun! -The Maven Native Plugin development team