2 ~ This file is part of yosql. It is subject to the license terms in the LICENSE file found in the top-level
3 ~ directory of this distribution and at http://creativecommons.org/publicdomain/zero/1.0/. No part of yosql,
4 ~ including this file, may be copied, modified, propagated, or distributed except according to the terms contained
8 <settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9 xmlns="http://maven.apache.org/SETTINGS/1.0.0"
10 xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
11 http://maven.apache.org/xsd/settings-1.0.0.xsd">
14 <activeProfile>github</activeProfile>
20 <activeByDefault>true</activeByDefault>
25 <url>https://repo1.maven.org/maven2</url>
27 <enabled>true</enabled>
30 <enabled>false</enabled>
34 <id>maven-build-process</id>
35 <name>GitHub maven-build-process Apache Maven Packages</name>
36 <url>https://maven.pkg.github.com/metio/maven-build-process</url>
38 <enabled>true</enabled>
41 <enabled>true</enabled>
51 <username>${env.GITHUB_ACTOR}</username>
52 <password>${env.GITHUB_TOKEN}</password>
55 <id>maven-build-process</id>
56 <username>${env.GITHUB_ACTOR}</username>
57 <password>${env.GITHUB_TOKEN}</password>
63 <id>google-maven-central</id>
64 <name>GCS Maven Central Mirror</name>
65 <url>https://maven-central.storage-download.googleapis.com/maven2/</url>
66 <mirrorOf>central</mirrorOf>