Skip to content

Commit 289decd

Browse files
Add central server to settings.xml (#2978)
1 parent 81c094f commit 289decd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

settings.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
<settings xsi:schemaLocation='http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd'
33
xmlns='http://maven.apache.org/SETTINGS/1.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
44
<servers>
5+
<server>
6+
<id>central</id>
7+
<username>${env.SONATYPE_USER}</username>
8+
<password>${env.SONATYPE_PASS}</password>
9+
</server>
510
<server>
611
<id>nexus</id>
712
<username>${env.SONATYPE_USER}</username>

0 commit comments

Comments
 (0)