public/de.wigbels.java/BowlingGame
Norbert Wigbels 1e80fb3da1 Initial
2025-02-08 16:53:10 +01:00
..
src Initial 2025-02-08 16:53:10 +01:00
java.iml Initial 2025-02-08 16:53:10 +01:00
pom.xml Initial 2025-02-08 16:53:10 +01:00
README.md Initial 2025-02-08 16:53:10 +01:00

Java Coding Dojo Template

Minimalistic Java coding dojo template using Maven. This template has only one dependency on JUnit library thus ideal for coding dojo where minimal setup is required.

Pre-requisites

How to build

mvn clean test

How to generate project site

mvn site:site