1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/resources/com.sap.piper/templates/mvn_download_cache_proxy_settings.xml

11 lines
482 B
XML

<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<mirrors>
<mirror>
<id>download-cache</id>
<name>download-cache</name>
<mirrorOf>central</mirrorOf>
<url>http://__HOSTNAME__:8081/repository/mvn-proxy/</url>
</mirror>
</mirrors>
</settings>