source: core/trunk/README.build

Last change on this file was 412, checked in by smoser, 8 years ago

Describe build procedure

File size: 985 bytes
Line 
1
2This project is built with Maven (https://maven.apache.org/), the relatively old version 3.0.4 is known to
3work, newer versions might also work.
4
5The project uses ZK Enterprise libraries that require an agreement with ZK. The corresponding ZK repo's
6are NOT public, however the agreement with ZK grants access to them.
7
8How to build the project
9========================
10
111. Use a recent java version, 1.7 and 1.8 versions are known to work
12
132. Install Maven as described on https://maven.apache.org/
14   
153. Build the project with 'mvn clean install', this command will download a bunch of libraries into
16      your local repository and build the entire project
17   
18The build produces the following artefacts:
19  - a zip'ed Flarmradar server in server/target/flarmradar-<version>.zip
20  - a zip'ed Flarmradar client in client/target/flarmradar-client-<version>.zip
21  - the ear file that can be deployed into a running server installation
22        in assembly/target/flarmradar.ear
23
24
Note: See TracBrowser for help on using the repository browser.