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.30"   -DinteractiveMode=false 

Generated Project modules

Details about maven archetype typedrest-archetype

License

License

GroupId

GroupId

com.oneandone
ArtifactId

ArtifactId

typedrest-archetype
Version

Version

0.30
Type

Type

maven-archetype
Description

Description

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

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.6

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.