Make source code directly buildable
Brought to you by:
cedneve
When I checkout the source and try to build it with maven, I got an error saying that some matrix dependencies can not be found.
There is a repository folder that contains a maven script to (I guess) deploy it. However, this script is refering to some private network address. (The script also require MAVEN_HOME to be defined, even if mvn is in the path).
The sources should be directly buildable without any modification. If there is depednencies, they should be hosted on a plublic repository (possibly referenced in the pom)