Skip to content

Commit

Permalink
fix: add plugin snapshot repository
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm authored and csviri committed Apr 27, 2023
1 parent 91e17d5 commit fe9491f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,17 @@
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>daily</updatePolicy>
</snapshots>
</pluginRepository>
</pluginRepositories>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
Expand Down

0 comments on commit fe9491f

Please sign in to comment.