forked from RonanPlugins/BetterRTP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.xml
21 lines (20 loc) · 815 Bytes
/
settings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<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
https://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>ronanplugins-private</id>
<username>${env.MAVEN_REPO_USERNAME}</username>
<password>${env.MAVEN_REPO_PASSWORD}</password>
</server>
</servers>
<mirrors>
<mirror>
<id>mirror-repo</id>
<url>http://nexus.hc.to/content/repositories/pub_releases</url>
<mirrorOf>http://nexus.hc.to/content/repositories/pub_releases</mirrorOf>
</mirror>
<!-- Add more mirrors if necessary -->
</mirrors>
</settings>