Create Java project with Maven archetype testing-toolkit

Maven Archetype for bootstrapping a Java project with testing testing capabilities

Create a Java Project by archetype testing-toolkit with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="de.rieckpil.archetypes"   -DarchetypeArtifactId="testing-toolkit"   -DarchetypeVersion="1.0.0"   -DinteractiveMode=false 

Details about maven archetype testing-toolkit

License

License

GroupId

GroupId

de.rieckpil.archetypes
ArtifactId

ArtifactId

testing-toolkit
Version

Version

1.0.0
Type

Type

maven-archetype
Description

Description

Java Testing Toolkit
Maven Archetype for bootstrapping a Java project with testing testing capabilities
Project URL

Project URL

https://github.com/rieckpil/custom-maven-archetypes
Project Organization

Project Organization

Philip Riecks

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.rieckpil.archetypes -DarchetypeArtifactId=testing-toolkit -DarchetypeVersion=1.0.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.