Build HowTo

Where are the sources?

You can obtain the sources by downloading a distro package or checking out the latest head from the repository.

Build System

MyDoggy is built using Maven 2. You can download it from http://maven.apache.org.
There are a few dependencies which are hosted on any publicly available Maven Repository so Maven will be able to resolve them automatically.

To build and install (into the local maven repository) MyDoggy simply type in a shell the following:

mvn clean package install

To build a distribution simply type :

mvn -Ddistro clean package install assembly:assembly