Create Java project with Maven archetype recheck-web-archetype

Archetype to quick start a recheck-web project.

Create a Java Project by archetype recheck-web-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="de.retest"   -DarchetypeArtifactId="recheck-web-archetype"   -DarchetypeVersion="1.11.0-beta.1"   -DinteractiveMode=false 

Details about maven archetype recheck-web-archetype

GroupId

GroupId

de.retest
ArtifactId

ArtifactId

recheck-web-archetype
Version

Version

1.11.0-beta.1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.retest -DarchetypeArtifactId=recheck-web-archetype -DarchetypeVersion=1.11.0-beta.1 -DinteractiveMode=false