Skip to content

Commit 0df1ad0

Browse files
committed
Enable Maven Central snapshot repo temporarily.
1 parent 07dac3a commit 0df1ad0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,21 @@
130130
</snapshotRepository>
131131
</distributionManagement>
132132

133+
<!-- https://central.sonatype.org/publish/publish-portal-snapshots/#consuming-via-maven -->
134+
<repositories>
135+
<repository>
136+
<name>Central Portal Snapshots</name>
137+
<id>central-portal-snapshots</id>
138+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
139+
<releases>
140+
<enabled>false</enabled>
141+
</releases>
142+
<snapshots>
143+
<enabled>true</enabled>
144+
</snapshots>
145+
</repository>
146+
</repositories>
147+
133148
<dependencyManagement>
134149
<dependencies>
135150
<dependency>

0 commit comments

Comments
 (0)