Skip to content

Commit bcc6adf

Browse files
committed
Add snapshot repo coords to allow reference to snapshot of parent
1 parent 0fe066d commit bcc6adf

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
@@ -47,6 +47,18 @@
4747
</dependency>
4848
</dependencies>
4949

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

0 commit comments

Comments
 (0)