fix #146
[memoization.java.git] / build / docker / settings.xml
blobc80c4d7e9e907d5c644c3e5a3453f213c6cfe898
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
4         This file is part of memoization.java. 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 memoization.java,
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>