In an example how to configure apache archiva this code should be added to the settings.xml ..but the url is not working what to do ?
<mirror>
<id>archiva.central</id>
<url>http://192.168.1.7:8081/archiva/repository/internal</url>
<mirrorOf>central</mirrorOf>
</mirror>