# Introduction This project perform requests on gazelle test managment database and outputs csv files Outputed files are: * aipoByDomainAndRegistrationStatusStatistics.csv * aipoInTestingSessionStatistics.csv * systemsByDomainStatistics.csv * systemStatistics.csv # How to build it in the trunk where the pom.xml is, run: **mvn clean package** it will produce a file called GazelleStatistics-x.x.x[-SNAPSHOT]-with-dep.jar # How to run it copy the jar file wherever you want, then do for example: **java -jar GazelleStatistics-x.x.x[-SNAPSHOT]-with-dep.jar -H localhost -d gazelle-dev -p 5432 -U gazelle -P gazelle -s 25**