exo-addons / documents-application

Simple Documents application
4 stars 6 forks source link

Build Failure - Connection to repository.exoplatform.org refused #1

Closed fxratnam closed 11 years ago

fxratnam commented 11 years ago

Hi,

We tried to install your addon and we got an error message when trying to build with maven.

bugCompilation

Could you help us? Thank you

François-Xavier

benjp commented 11 years ago

If you have a problem to resolve dependencies, try to add this mirror in your maven settings : <mirrors> <mirror> <id>exo-central-server</id> <name>eXo Central Server</name> <url>http://repository.exoplatform.org/public/&lt;/url> <mirrorOf>central</mirrorOf> </mirror> </mirrors>

fxratnam commented 11 years ago

Thank you This repo was already present (for chat-application :) ) : there was an internal problem at office not allowing us to download required files.