Skip to content

Commit 34c6399

Browse files
oschwaldclaude
andcommitted
Add repository configuration for consuming snapshot releases
This enables Maven to resolve snapshot dependencies from the Central Portal. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 9309fdc commit 34c6399

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,19 @@
3636
<email>[email protected]</email>
3737
</developer>
3838
</developers>
39+
<repositories>
40+
<repository>
41+
<name>Central Portal Snapshots</name>
42+
<id>central-portal-snapshots</id>
43+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
44+
<releases>
45+
<enabled>false</enabled>
46+
</releases>
47+
<snapshots>
48+
<enabled>true</enabled>
49+
</snapshots>
50+
</repository>
51+
</repositories>
3952
<dependencies>
4053
<dependency>
4154
<groupId>com.maxmind.db</groupId>

0 commit comments

Comments
 (0)