source: de.wigbels.java/FizzBuzz/README.md @ 1d8c87a

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

FizzBuzz? dojo added

  • 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.