Various Domain Archetype Patterns implemented in Groovy.
Much of these models are based on those presented in "Enterprise Patterns and MDA" by Jim Arlow and Ila Neustadt. I highly recommend picking up a copy of this book to get a better understanding on model driven architecture.
Note: This must occur prior to the Release Deployment!
Make sure the "release-sign-artifacts" and "ossrh" Maven profiles are active.
mvn clean
mvn release:prepare -Possrh,release-sign-artifacts
mvn release:perform -Possrh,release-sign-artifacts
- await the release process to finish *
git push --tags
git push origin master
mvn versions:set -DnewVersion=1.2.3