rename to local-nexus
[maven-build-process.git] / build / docker / settings.xml
blobbe81924f06afe05f132b1cc02c48efd522a74e05
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
4         This file is part of maven-build-process. It is subject to the license terms in the LICENSE file found in the top-level
5         directory of this distribution and at http://creativecommons.org/publicdomain/zero/1.0/. No part of maven-build-process,
6         including this file, may be copied, modified, propagated, or distributed except according to the terms contained
7         in the LICENSE file.
9 -->
10 <settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd" xmlns="http://maven.apache.org/SETTINGS/1.1.0"
11     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
12   <mirrors>
13     <mirror>
14       <mirrorOf>*</mirrorOf>
15       <name>local-nexus</name>
16       <url>http://nexus:8081/content/groups/public/</url>
17       <id>local-nexus</id>
18     </mirror>
19   </mirrors>
20 </settings>