Changes
Michal Maczka
Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
- ant v1.5.3-1 -> v1.6.5
- commons-collections v2.1 -> v3.0
- commons-jelly v1.0-beta-4 -> v1.0
- commons-logging v1.0.3 -> v1.0.4
- log4j v1.2.8 -> v1.2.12
- xercesImpl v 2.4.0 -> v2.6.2
- xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2
Added new goal
hibernate:code-generation.
Added new goal
hibernate:schema-update.
plugin:test fails without a network connection.
maven-hibernate ignores the "config" attribute
maven-hibernate needs cglib when sending SQL directly to the database
Unit tests only functioned from the /src/plugin-test directory. plugin:test fails
New aggregate-mappings goal to aggregate multiple .hbm files into one file.
Added multiple base directories for mapping files
Update to hibernate-2.1.3.
Fix class not found exception by using correct base class loader.
Update to hibernate-2.0.3. Add delimiter property to schema-export tag
update to commons-jelly-20030902.160215
Upgrade to dom4j 1.4
Upgrade to dom4j 1.4-dev-8
Upgrade to commons-logging 1.0.3
Initial plugin created