Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
1. Added aggregate-mappings goal. When executed the goal will aggregate
mappings from separate mapping files into one single mapping file.
2. Modified schema-export goal, so that you can specify multiple base
directories. Basically my generated classes sit in a separate tree from
my hbm.xml mapping files. With unpatched version I was forced to put
mapping files into the same dir as my generated classes. So I modified
SchemaExportBean a bit to accommodate multiple base directories.
patch that does those two things described