Apache archiva provides two installation methods: Standalone and war package. The following describes how to install standalone in the Windows operating system.
1) download the installation file at http://archiva.apache.org/
2)decompress apache-archiva-1.3.5-bin.zip to H: \ apache \ apache-archiva-1.3.5
3) install JDK
4) start the service
5) set the user name and password for the first accessHttp: // localhost: 8080/archiva/
6) set the maven setting. XML server. When building it, first go to the dependent files on this server. If it is not downloaded to the maven server
<Mirrors>
<Mirror>
<ID> archiva. Default </ID>
<URL> http: // localhost: 8080/archiva/Repository/Internal/</URL>
<Mirrorof> * </mirrorof>
</Mirror>
</Mirrors>
<Servers>
<Server>
<ID> archiva. Internal </ID>
<Username> admin </username>
<Password> admin112 </password>
</Server>
</Servers>