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

Details about maven archetype recheck-web-archetype

License

License

GroupId

GroupId

de.retest
ArtifactId

ArtifactId

recheck-web-archetype
Version

Version

1.13.0
Type

Type

maven-archetype
Description

Description

recheck-web-archetype
Archetype to quick start a recheck-web project.
Project Organization

Project Organization

retest @ UBS Hainer GmbH
Source Code Management

Source Code Management

https://github.com/retest/recheck-web-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.13.0 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.