15 lines
412 B
XML
15 lines
412 B
XML
<settings xmlns="http://apache.org"
|
|
xmlns:xsi="http://w3.org"
|
|
xsi:schemaLocation="http://apache.org https://apache.org">
|
|
|
|
<mirrors>
|
|
<mirror>
|
|
<id>rpi-nexus</id>
|
|
<name>RPI Nexus proxy repository</name>
|
|
<url>http://192.168.0.187:7781/repository/maven-central/</url>
|
|
<mirrorOf>*</mirrorOf>
|
|
</mirror>
|
|
</mirrors>
|
|
|
|
</settings>
|