Archiva is a repository manager which is necessary for development in Maven for 2 purposes.
1. Add your own dependencies to the repository in Archiva in case if they are not found in the public Maven repository like http://repo1.maven.org/maven2/
2. Save time for downloading dependencies as they are cached in the Archiva repository
Archiva Installation – Standalone Version
1. Download the standalone version at the Archiva Official Website
2. Extract the folder (Example: C:\Program Files\Apache Software Foundation\apache-archiva-1.2.1)
3. Configure the Jetty port at %ARCHIVA_HOME%\conf\jetty.xml if necessary (Default:8080)
4. Run the the command %ARCHIVA_HOME%\bin\archiva start
5. Verify the installation by the following url http://localhost:8080/archiva
6. The first thing u need to do is creating an administration account
Done =)
You may also consider to deploy the Archiva in tomcat. For more details please refer to here.
Posted in Maven Tagged: Archiva, Maven Image may be NSFW.
Clik here to view.

Clik here to view.
