Skip to content

Commit b45e632

Browse files
committed
add snapshot repo def
1 parent 4f644c3 commit b45e632

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,18 @@
4444
</dependency>
4545
</dependencies>
4646

47+
<!-- Alas, need to include snapshot reference since otherwise can not find
48+
snapshot of parent... -->
49+
<repositories>
50+
<repository>
51+
<id>sonatype-nexus-snapshots</id>
52+
<name>Sonatype Nexus Snapshots</name>
53+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
54+
<releases><enabled>false</enabled></releases>
55+
<snapshots><enabled>true</enabled></snapshots>
56+
</repository>
57+
</repositories>
58+
4759
<build>
4860
<pluginManagement>
4961
<plugins>

0 commit comments

Comments
 (0)