blob: 861342cd7b495054664543b0dbe4c28916c24b8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
To build from source:
1) Install Maven (http://maven.apache.org/).
2) mvn clean install
3) Find output in "target" directory.
Alternately:
1) Use the included "maven wrapper" (no separate installation necessary)
2a) For linux/macos (or similar):
./mvnw clean install
2b) For windows:
mvnw.cmd clean install
3) Find output in "target" directory.
|