********************************************************
   Copyright 2013 Gauthier Perrineau

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
*********************************************************

INSTRUCTIONS D'INSTALLATION:

Naviguez en ligne de commande jusqu'au répertoire qui contient le pom.xml
et tapez:
mvn jetty:run

La première exécution téléchargera probablement de nombreux fichiers
correspondant au serveur CAS (31MO), au serveur Jetty, et aux autres
dépendances maven. Il est possible que de temps en temps le terminal
arrête d'afficher des choses pendant plusieurs minutes. Ce comportement
est normal, attendez simplement que l'exécution se poursuive jusqu'à ce
que la ligne suivante apparaisse, puis laissez tourner pendant vos tests:
[INFO] Started Jetty Server

Pour finir le build proprement, appuyez simplement sur CTRL+C




PREREQUIS:
 - Avoir une machine java d'installée, idéalement un JDK version 6 ou 7
 - Avoir spécifié la variable système JAVA_HOME
 - Avoir installé Maven en version 2 ou 3
 - Avoir ajouté le chemin vers l'exécutable Maven dans le PATH
 
Le projet a été testé sous windows 7 avec un JDK 7, et sous Linux avec
un JDK 6
