Skip to content

Commit

Permalink
pom: Fix snapshot plugin repository config
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Dec 12, 2024
1 parent 7cb20ce commit 56111fd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,22 @@
<pluginRepository>
<id>apache.snapshots</id>
<url>https://repository.apache.org/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>sonatype.snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
Expand Down

0 comments on commit 56111fd

Please sign in to comment.