green -> brightgreen
[null-analysis.git] / build / docker / settings.xml
blob0c5a42f74dae897be998f9c62f853591fa2aff8b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
4     This file is part of null-analyis. 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 null-analyis,
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>