Create Java project with Maven archetype fitnesse-project

Project to create a Maven archetype that can be used to generate a FitNesse project based on hsac-fitnesse-fixtures extended with bootstrap-plus and allure

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dversion="My-version"   -DtestSuiteName="My-testSuiteName"   -DarchetypeGroupId="com.github.tcnh"   -DarchetypeArtifactId="fitnesse-project"   -DarchetypeVersion="1.0.4"   -DinteractiveMode=false 

Required parameters for generate java project:

version
validationRegex: none
testSuiteName
validationRegex: none

Details about maven archetype fitnesse-project

License

License

GroupId

GroupId

com.github.tcnh
ArtifactId

ArtifactId

fitnesse-project
Version

Version

1.0.4
Type

Type

maven-archetype
Description

Description

Archetype - FitNesse project based on hsac-fitnesse-fixtures extended with bootstrap-plus and allure
Project to create a Maven archetype that can be used to generate a FitNesse project based on hsac-fitnesse-fixtures extended with bootstrap-plus and allure
Project URL

Project URL

https://github.com/tcnh/fitnesse-project-archetype
Source Code Management

Source Code Management

https://github.com/tcnh/fitnesse-project-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.tcnh -DarchetypeArtifactId=fitnesse-project -DarchetypeVersion=1.0.4 -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.