All of the followings worked...
...until
It threw some exceptions which is too long to post (see attachment). Using an older nightly build of 1.1.2 prerelease worked. Any ideas?
Code:
project --topLevelPackage xx.xxx.xxxx persistence setup --provider HIBERNATE --database POSTGRES --databaseName xxx --userName xxx --password xxx database reverse engineer --package ~.domain --schema public controller all --package ~.web perform tests perform package perform eclipse quit
Code:
mvn tomcat:run
Comment