Skip to content

Commit dd717b0

Browse files
committed
Add missing pluginRepository definition for oss snapshots
1 parent 7b58148 commit dd717b0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,19 @@
4141
</snapshots>
4242
</repository>
4343
</repositories>
44+
<pluginRepositories>
45+
<pluginRepository>
46+
<id>sonatype-nexus-plugin-snapshots</id>
47+
<name>Sonatype Nexus Snapshots</name>
48+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
49+
<releases>
50+
<enabled>false</enabled>
51+
</releases>
52+
<snapshots>
53+
<enabled>true</enabled>
54+
</snapshots>
55+
</pluginRepository>
56+
</pluginRepositories>
4457

4558
<build>
4659
<plugins>

0 commit comments

Comments
 (0)