Integration Service ################### Configurations Ade-service #################### --You must install mongodb to develop the project ade-service Follow the instructions on the link below : http://www.hacksparrow.com/how-to-install-mongodb-on-mac-os-x.html --How to add libs ADE_SERVER in local your maven repository. Follow the commands below: mvn install:install-file -Dfile=/Users/fabio/desenv/libs/ADEAde.jar -DgroupId=ade -DartifactId=ADEAde -Dversion=1.0 -Dpackaging=jar mvn install:install-file -Dfile=/Users/fabio/desenv/libs/ADEConfig.jar -DgroupId=ade -DartifactId=ADEConfig -Dversion=1.0 -Dpackaging=jar mvn install:install-file -Dfile=/Users/fabio/desenv/libs/ADEJDom.jar -DgroupId=ade -DartifactId=ADEJDom -Dversion=1.0 -Dpackaging=jar mvn install:install-file -Dfile=/Users/fabio/desenv/libs/ADEMisc.jar -DgroupId=ade -DartifactId=ADEMisc -Dversion=1.0 -Dpackaging=jar mvn install:install-file -Dfile=/Users/fabio/desenv/libs/ADEStubs.jar -DgroupId=ade -DartifactId=ADEStubs -Dversion=1.0 -Dpackaging=jar