Create Java project with Maven archetype psek-fitnesse-project-archetype

A template for a FitNesse testproject using the psek-fitnesse-fixtures

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="nl.psek.fitnesse"   -DarchetypeArtifactId="psek-fitnesse-project-archetype"   -DarchetypeVersion="1.2.0"   -DinteractiveMode=false 

Details about maven archetype psek-fitnesse-project-archetype

License

License

GroupId

GroupId

nl.psek.fitnesse
ArtifactId

ArtifactId

psek-fitnesse-project-archetype
Version

Version

1.2.0
Type

Type

maven-archetype
Description

Description

psek-fitnesse-project-archetype
A template for a FitNesse testproject using the psek-fitnesse-fixtures
Project URL

Project URL

https://gitlab.com/PascalSmeets/psek-fitnesse-project-archetype
Source Code Management

Source Code Management

https://gitlab.com/PascalSmeets/psek-fitnesse-project-archetype/tree/master

How to add to project

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