Line | |
---|
1 | Java Coding Dojo Template
|
---|
2 | =========================
|
---|
3 |
|
---|
4 | Minimalistic Java coding dojo template using Maven. This template has only one dependency on JUnit library thus
|
---|
5 | ideal 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 | ```
|
---|
14 | mvn clean test
|
---|
15 | ```
|
---|
16 |
|
---|
17 | # How to generate project site
|
---|
18 |
|
---|
19 | ```
|
---|
20 | mvn site:site
|
---|
21 | ```
|
---|
Note:
See
TracBrowser
for help on using the repository browser.