Create Java project with Maven archetype domain-archetype

SeedStack archetype for reusable domains.

Create a Java Project by archetype domain-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.seedstack"   -DarchetypeArtifactId="domain-archetype"   -DarchetypeVersion="21.11"   -DinteractiveMode=false 

Details about maven archetype domain-archetype

License

License

GroupId

GroupId

org.seedstack
ArtifactId

ArtifactId

domain-archetype
Version

Version

21.11
Type

Type

maven-archetype
Description

Description

SeedStack archetype for reusable domains.
Project Organization

Project Organization

SeedStack

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.seedstack -DarchetypeArtifactId=domain-archetype -DarchetypeVersion=21.11 -DinteractiveMode=false

Dependencies

provided (2)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.2
com.google.code.findbugs : annotations jar 3.0.1

Project Modules

There are no modules declared in this project.