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 c658e55 commit 276950cCopy full SHA for 276950c
settings.xml
@@ -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
9
+ <id>sonatype-nexus-snapshots</id>
10
11
12
13
+ </servers>
14
+</settings>
0 commit comments