We are pleased to announce the Maven Native Plug-in 1.2-SNAPSHOT release! http://maven.apache.org/maven-1.x/reference/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 Add DLL support to the plugin Fixes MPNATIVE-10. Thanks to Joachim Bader. o Changed repository location of libraries from so to sos so 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://cvs.apache.org/repository/ -DgroupId=maven -DartifactId=maven-native-plugin -Dversion=1.2-SNAPSHOT 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-SNAPSHOT.jar Have fun! -The Maven Native Plug-in development team