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

Details about maven archetype fitnesse-quickstart

License

License

GroupId

GroupId

com.sitture
ArtifactId

ArtifactId

fitnesse-quickstart
Version

Version

2.1.1
Type

Type

maven-archetype
Description

Description

fitnesse-quickstart-archetype
An archetype that can be used to generate a Maven based FitNesse project.
Project URL

Project URL

https://github.com/sitture/fitnesse-quickstart
Source Code Management

Source Code Management

https://github.com/sitture/fitnesse-quickstart

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.sitture -DarchetypeArtifactId=fitnesse-quickstart -DarchetypeVersion=2.1.1 -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.