Skip to content

Commit 9f4352a

Browse files
committed
Fixed authentication for Sonatype S01 repository
1 parent cce7f13 commit 9f4352a

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

.ci.settings.xml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@
1616
<username>${env.sonatype_username}</username>
1717
<password>${env.sonatype_password}</password>
1818
</server>
19+
<server>
20+
<id>sonatype-nexus-s01-staging</id>
21+
<username>${env.sonatype_username}</username>
22+
<password>${env.sonatype_password}</password>
23+
</server>
24+
<server>
25+
<id>sonatype-nexus-s01-snapshots</id>
26+
<username>${env.sonatype_username}</username>
27+
<password>${env.sonatype_password}</password>
28+
</server>
1929
</servers>
2030

2131
<mirrors>
@@ -57,13 +67,13 @@
5767
</mirror>
5868
<mirror>
5969
<id>sonatype-nexus-s01-staging-http-blocker</id>
60-
<mirrorOf>sonatype-nexus-staging</mirrorOf>
70+
<mirrorOf>sonatype-nexus-s01-staging</mirrorOf>
6171
<name>Sonatype Nexus S01 Staging Mirror</name>
6272
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
6373
</mirror>
6474
<mirror>
6575
<id>sonatype-nexus-s01-snapshots-http-blocker</id>
66-
<mirrorOf>sonatype-nexus-snapshots</mirrorOf>
76+
<mirrorOf>sonatype-nexus-s01-snapshots</mirrorOf>
6777
<name>Sonatype Nexus S01 Snapshots Mirror</name>
6878
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
6979
</mirror>

0 commit comments

Comments
 (0)