Skip to content

Commit 276950c

Browse files
Create settings.xml
1 parent c658e55 commit 276950c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

settings.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
2+
<servers>
3+
<server>
4+
<id>sonatype-nexus-releases</id>
5+
<username>${env.CI_DEPLOY_USERNAME}</username>
6+
<password>${env.CI_DEPLOY_PASSWORD}</password>
7+
</server>
8+
<server>
9+
<id>sonatype-nexus-snapshots</id>
10+
<username>${env.CI_DEPLOY_USERNAME}</username>
11+
<password>${env.CI_DEPLOY_PASSWORD}</password>
12+
</server>
13+
</servers>
14+
</settings>

0 commit comments

Comments
 (0)