Create Java project with Maven archetype fitnesse-quickstart

An archetype that can be used to generate a Maven based FitNesse project.

Create a Java Project by archetype fitnesse-quickstart with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.sitture"   -DarchetypeArtifactId="fitnesse-quickstart"   -DarchetypeVersion="1.0.2"   -DinteractiveMode=false 

Details about maven archetype fitnesse-quickstart

GroupId

GroupId

com.sitture
ArtifactId

ArtifactId

fitnesse-quickstart
Version

Version

1.0.2
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.sitture -DarchetypeArtifactId=fitnesse-quickstart -DarchetypeVersion=1.0.2 -DinteractiveMode=false