Create Java project with Maven archetype typedrest-archetype

Archetype for building TypedRest web applications that can run standalone or be consumed as a library.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.oneandone"   -DarchetypeArtifactId="typedrest-archetype"   -DarchetypeVersion="0.22"   -DinteractiveMode=false 

Generated Project modules

Details about maven archetype typedrest-archetype

GroupId

GroupId

com.oneandone
ArtifactId

ArtifactId

typedrest-archetype
Version

Version

0.22
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.oneandone -DarchetypeArtifactId=typedrest-archetype -DarchetypeVersion=0.22 -DinteractiveMode=false