Compile and Install
To compile and deploy the project in the maven repository you need to
run the fallowing command at the root folder of the project :
mvn -U clean install
This should download a big set of jars from the GeoTools projects.
The first compile time depends on your web connexion, it can take between a few minutes and a half hour if you have a low speed connexion.
Once you have made a first build and downloaded the dependencies you can run the above command without the -U (this will avoid downloading again the dependencies).
Labels