Archetypes :: Parent Pom

Parent POM to Archetypes for use in Data Modeling

License

License

GroupId

GroupId

com.parisesoftware
ArtifactId

ArtifactId

archetypes-parent
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

groovydoc
Description

Description

Archetypes :: Parent Pom
Parent POM to Archetypes for use in Data Modeling
Project URL

Project URL

https://github.com/AParise1217/archetypes
Source Code Management

Source Code Management

https://github.com/AParise1217/archetypes

Download archetypes-parent

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.7
org.codehaus.groovy : groovy-all jar 2.4.15

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.spockframework : spock-core jar 1.3-groovy-2.4

Project Modules

  • archetypes-core
  • archetypes-user
  • archetypes-money
  • archetypes-person
  • archetypes-party
  • archetypes-quantity

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

Versions

Version
1.0.4