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 committed Apr 6, 2023
1 parent 2d26ef0 commit 7e19a3e
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 @@ -243,6 +243,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 7e19a3e

Please sign in to comment.