How to add remote repositories in Apache Archiva
Apache Archiva has two default Maven’s remote repositories -
The popular JBoss Maven repository is not include. To include it, you have to do add it manually.
Remote repository in Archiva
1. Access Apache Archiva web admin, e.g.http://localhost:8888/archiva/, and log in as administrator.
2. Click on the “Repositories” under Administrator group option.
3. Click on the small “Add” link.
4. Fill in the JBoss remote repository information.
http://repository.jboss.com/maven2

5. Click on the “add repository” button.
6. Done.
You have to enable the proxy connector in Apache Archiva in order to use your newly added remote repository.
[...] Add remote repositories How to add an extra remote repository in Apache Archiva. [...]
[...] connector in Apache Archiva Written on December 8, 2009 at 3:32 am by mkyong After added the JBoss remote repository in Apache Archiva, You have to add the proxy connector in Archiva as [...]