source: de.wigbels.java/BowlingGame/README.md @ a6051a60

Last change on this file since a6051a60 was a6051a60, checked in by njw <njw@…>, 10 years ago

BowlingGame? kata

  • Property mode set to 100644
File size: 457 bytes
Line 
1Java Coding Dojo Template
2=========================
3
4Minimalistic Java coding dojo template using Maven. This template has only one dependency on JUnit library thus
5ideal for coding dojo where minimal setup is required.
6
7# Pre-requisites
8* [JDK 1.6+](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
9* [Apache Maven](http://maven.apache.org/)
10
11# How to build
12
13```
14mvn clean test
15```
16
17# How to generate project site
18
19```
20mvn site:site
21```
Note: See TracBrowser for help on using the repository browser.