We have multiple Grails projects going on concurrently and many of them are using a subset of common domain classes.<p>Does anyone have experience with best practices in this area?<p>What is the best way to share the domain code among multiple projects without writing duplicate code?<p>Thanks for the help.