Skip to content

Commit 714cf3f

Browse files
committed
Add sonatype's snapshot repository for oss
1 parent 42af1c9 commit 714cf3f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@
2525
<layout>p2</layout>
2626
<url>http://download.eclipse.org/releases/juno</url>
2727
</repository>
28+
<repository>
29+
<id>sonatype-nexus-snapshots</id>
30+
<name>Sonatype Nexus Snapshots</name>
31+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
32+
<releases>
33+
<enabled>false</enabled>
34+
</releases>
35+
<snapshots>
36+
<enabled>true</enabled>
37+
</snapshots>
38+
</repository>
2839
</repositories>
2940

3041
<build>

0 commit comments

Comments
 (0)