Skip to content

Commit

Permalink
added maven config for snapshot repos
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Sep 4, 2024
1 parent 2536478 commit bde333e
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 @@ -67,6 +67,18 @@
</license>
</licenses>

<!-- Support Snapshot Repos -->
<repositories>
<repository>
<id>maven-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>


<build>
<plugins>

Expand Down

0 comments on commit bde333e

Please sign in to comment.