Skip to content

Commit

Permalink
add snapshot repository
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwarz-eitco-de committed Jul 22, 2024
1 parent cafd8f4 commit 4bbeb8f
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 @@ -91,4 +91,16 @@
</plugins>
</build>

<repositories>
<repository>
<id>github</id>
<snapshots>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
<url>https://maven.pkg.github.com/eitco/eitco-oss-parent</url>
</repository>
</repositories>


</project>

0 comments on commit 4bbeb8f

Please sign in to comment.