Skip to content

Commit bb8580b

Browse files
authored
Add "Sonatype Central Portal" snapshot repo (#292)
1 parent 80ea549 commit bb8580b

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,19 @@ https://stackoverflow.com/questions/16302247/maven-property-project-artifact-sel
8787
</repository>
8888
</distributionManagement>
8989

90-
<!-- ... so this is the new repo to get "jackson-base"
90+
<!-- 13-May-2025, tatu: And yet more! Tools.jackson comes from the new
91+
Sonatype Central Portal: so yet more needed
9192
-->
9293
<repositories>
94+
<!-- New Sonatype Central Portal (2025/5+) snapshots -->
95+
<repository>
96+
<id>central-snapshots</id>
97+
<name>Sonatype Central Portal (snapshots)</name>
98+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
99+
<releases><enabled>false</enabled></releases>
100+
<snapshots><enabled>true</enabled></snapshots>
101+
</repository>
102+
<!-- "Old new" Snapshot repo -->
93103
<repository>
94104
<id>sonatype-nexus-new-snapshots</id>
95105
<name>Sonatype Nexus Snapshots</name>
@@ -101,6 +111,9 @@ https://stackoverflow.com/questions/16302247/maven-property-project-artifact-sel
101111

102112
<build>
103113
<plugins>
114+
<!-- 13-May-2025, tatu: Left in place until "com.fasterxml" namespace moved
115+
to Sonatype Central Portal
116+
-->
104117
<!-- 08-Nov-2019, tatu: Copied from
105118
https://github.com/stephenc/git-timestamp-maven-plugin/blob/master/pom.xml#L327-L337
106119
-->

0 commit comments

Comments
 (0)