Skip to content

Commit eb0f6f3

Browse files
committed
removed snapshots repo from tests
1 parent 246de09 commit eb0f6f3

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed
Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<settings>
33
<localRepository>${locRep}</localRepository>
4-
5-
<profiles>
6-
<profile>
7-
<id>sonartype</id>
8-
<repositories>
9-
<repository>
10-
<id>sonartype.snapshots</id>
11-
<name>Sonartype Snapshots</name>
12-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
13-
<releases>
14-
<enabled>false</enabled>
15-
<updatePolicy>always</updatePolicy>
16-
</releases>
17-
<snapshots>
18-
<enabled>true</enabled>
19-
<updatePolicy>always</updatePolicy>
20-
</snapshots>
21-
</repository>
22-
</repositories>
23-
</profile>
24-
</profiles>
25-
26-
<activeProfiles>
27-
<activeProfile>sonartype</activeProfile>
28-
</activeProfiles>
294
</settings>

0 commit comments

Comments
 (0)