Compiling EvaServer

Requirements

Check out the sources

svn checkout http://svn.evaserver.com/eva-server/trunk eva-server

Compile

To compile, run the tests and package a JAR, run:

mvn clean install

The distribution bundles are created with:

mvn clean install -Pdist

That's it.

What if the build fails?

The build might fail if there are SNAPSHOT dependencies in the trunk. In that case, you can either add the EvaServer SNAPSHOT repository to your Maven settings, or download and compile the required packages yourself.


Continous Integration

This project is build continously at http://continuum.evaserver.com