Skip to content

Commit

Permalink
OY-4964 Add github packages repository
Browse files Browse the repository at this point in the history
  • Loading branch information
msiukola committed Nov 29, 2024
1 parent 4e6f9cf commit 42a254e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1633,6 +1633,19 @@
<url>https://clojars.org/repo/</url>
<layout>default</layout>
</repository>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/opetushallitus/packages</url>
<releases>
<enabled>false</enabled>
<checksumPolicy>warn</checksumPolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>daily</updatePolicy>
<checksumPolicy>warn</checksumPolicy>
</snapshots>
</repository>
</repositories>
<build>
<plugins>
Expand Down

0 comments on commit 42a254e

Please sign in to comment.