We are pleased to announce the Maven Hibernate Plugin 1.2 release! http://maven.apache.org/maven-1.x/plugins/hibernate/ =============================================================================== Changes in this version include: New Features: o New aggregate-mappings goal to aggregate multiple .hbm files into one file. Fixes MPHIBERNATE-6. Thanks to Alex Shnyderman. o Added multiple base directories for mapping files Fixes MPHIBERNATE-6. Thanks to Alex Shnyderman. Fixed bugs: o maven-hibernate ignores the "config" attribute Fixes MPHIBERNATE-10. Thanks to Henning Schmiedehausen. o maven-hibernate needs cglib when sending SQL directly to the database Fixes MPHIBERNATE-11. Thanks to Henning Schmiedehausen. o Unit tests only functioned from the /src/plugin-test directory. plugin:test fails Fixes MPHIBERNATE-7. Thanks to Dion Gillard. Changes: o Update to hibernate-2.1.3. =============================================================================== 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-hibernate-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-hibernate-plugin-1.2.jar Have fun! -The Maven Hibernate Plugin development team