Skip to content

Commit 6dd9214

Browse files
author
Dave Syer
committed
Add missing dot file
1 parent 9e538c7 commit 6dd9214

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)