Skip to content

Commit 76f0045

Browse files
committed
BUILD-9850 Internal Maven builds should use Repox
1 parent dd880b9 commit 76f0045

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config-maven/resources/settings.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<settings xmlns="http://maven.apache.org/SETTINGS/1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
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>
412
<servers>
513
<server>
614
<id>sonarsource</id>

0 commit comments

Comments
 (0)