Skip to content

Commit

Permalink
[Fix] Fix missing declaration of plugin snapshot repository at KBSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed May 20, 2024
1 parent 37ac79b commit eecdea8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>kbss</id>
<url>https://kbss.felk.cvut.cz/m2repo</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>central-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
Expand Down

0 comments on commit eecdea8

Please sign in to comment.