We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af1aef commit 40dc50eCopy full SHA for 40dc50e
1 file changed
.ci.settings.xml
@@ -55,6 +55,18 @@
55
<name>Sonatype Nexus Snapshots Mirror</name>
56
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
57
</mirror>
58
+ <mirror>
59
+ <id>sonatype-nexus-s01-staging-http-blocker</id>
60
+ <mirrorOf>sonatype-nexus-staging</mirrorOf>
61
+ <name>Sonatype Nexus S01 Staging Mirror</name>
62
+ <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
63
+ </mirror>
64
65
+ <id>sonatype-nexus-s01-snapshots-http-blocker</id>
66
+ <mirrorOf>sonatype-nexus-snapshots</mirrorOf>
67
+ <name>Sonatype Nexus S01 Snapshots Mirror</name>
68
+ <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
69
70
</mirrors>
71
72
<activeProfiles>
0 commit comments