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.
- The SNAPSHOT repository is at http://mvn-repo.evaserver.com/snapshots/. Snapshots are build for every commit to the Subversion repository (see Continous Integration).
- See http://mvn-site.evaserver.com/eva-server/dependencies.html for a list of all dependencies.
Continous Integration
This project is build continously at http://continuum.evaserver.com

