We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd880b9 commit 76f0045Copy full SHA for 76f0045
config-maven/resources/settings.xml
@@ -1,6 +1,14 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<settings xmlns="http://maven.apache.org/SETTINGS/1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 http://maven.apache.org/xsd/settings-1.2.0.xsd">
4
+ <mirrors>
5
+ <mirror>
6
+ <id>sonarsource</id>
7
+ <mirrorOf>*</mirrorOf>
8
+ <name>Repox mirror for all repositories</name>
9
+ <url>${env.SONARSOURCE_REPOSITORY_URL}</url>
10
+ </mirror>
11
+ </mirrors>
12
<servers>
13
<server>
14
<id>sonarsource</id>
0 commit comments