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