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 9e538c7 commit 6dd9214Copy full SHA for 6dd9214
launcher/src/test/resources/settings/repo/.m2/settings.xml
@@ -0,0 +1,19 @@
1
+<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
2
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
4
+ https://maven.apache.org/xsd/settings-1.0.0.xsd">
5
+ <profiles>
6
+ <profile>
7
+ <id>default</id>
8
+ <activation>
9
+ <activeByDefault>true</activeByDefault>
10
+ </activation>
11
+ <repositories>
12
+ <repository>
13
+ <id>local.io</id>
14
+ <url>${repo.url}</url>
15
+ </repository>
16
+ </repositories>
17
+ </profile>
18
+ </profiles>
19
+</settings>
0 commit comments