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

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="nl.hsac"   -DarchetypeArtifactId="fitnesse-project"   -DarchetypeVersion="1.7.0"   -DinteractiveMode=false 

Required parameters for generate java project:

version
validationRegex: none
testSuiteName
validationRegex: none

Details about maven archetype fitnesse-project

License

License

GroupId

GroupId

nl.hsac
ArtifactId

ArtifactId

fitnesse-project
Version

Version

1.7.0
Type

Type

maven-archetype
Description

Description

Archetype - FitNesse project based on hsac-fitnesse-fixtures
Project to create a Maven archetype that can be used to generate a FitNesse project based on hsac-fitnesse-fixtures
Project URL

Project URL

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

Source Code Management

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

How to add to project

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