Skip to content

Various Domain Archetype Patterns implemented in Groovy

License

Notifications You must be signed in to change notification settings

AParise1217/Archetypes

Repository files navigation

Archetypes

Various Domain Archetype Patterns implemented in Groovy.

Sources

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.

Releasing to Maven Central

Performing a Release Deployment

Note: This must occur prior to the Release Deployment!

Make sure the "release-sign-artifacts" and "ossrh" Maven profiles are active.

  1. mvn clean
  2. mvn release:prepare -Possrh,release-sign-artifacts
  3. mvn release:perform -Possrh,release-sign-artifacts
  • await the release process to finish *
  1. git push --tags
  2. git push origin master

Updating the Release Version

  1. mvn versions:set -DnewVersion=1.2.3