Skip to content

Commit d8c8a57

Browse files
committed
[bugfix] add maven central repository mirror
1 parent b21098a commit d8c8a57

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

exist-parent/pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,18 @@
12361236
</snapshots>
12371237
</repository>
12381238
<repository>
1239-
<id>evolved-binary-snapshots</id>
1239+
<id>exist-db-maven-central-proxy</id>
1240+
<name>exist-db maven central proxy</name>
1241+
<url>https://repo.exist-db.org/repository/maven-central/</url>
1242+
<releases>
1243+
<enabled>true</enabled>
1244+
</releases>
1245+
<snapshots>
1246+
<enabled>false</enabled>
1247+
</snapshots>
1248+
</repository>
1249+
<repository>
1250+
<id>evolvedbinary-snapshots</id>
12401251
<name>Evolved Binary - eXist-db Snapshots</name>
12411252
<url>https://repo.evolvedbinary.com/repository/exist-db-snapshots/</url>
12421253
<releases>

0 commit comments

Comments
 (0)