Skip to content

A Maven archetype to quickly generate a Java project for TDD fun

Notifications You must be signed in to change notification settings

AndrzejProchyra/tdd-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDD Starter

Java CI with Maven

This is a Maven archetype for quickly bootstrapping a Java Maven project for TDD kata goodness.

Use

Maven must be available

Installation in local repository

mvn install

Use to generate a new project

The magic incantation is something like

mvn archetype:generate              \
  -DarchetypeGroupId=name.prochyra  \
  -DarchetypeArtifactId=tdd-starter \
  -DarchetypeVersion=1.0            \
  -DgroupId=<my.groupid>            \
  -DartifactId=<my-artifactId>

BOOM!

About

A Maven archetype to quickly generate a Java project for TDD fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •