Skip to content

Commit cae0b6d

Browse files
authored
Adding auth info for nexus repo name required for release (#410)
1 parent 1de3a03 commit cae0b6d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.buildscript/settings.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,10 @@
55
<username>${env.CI_DEPLOY_USERNAME}</username>
66
<password>${env.CI_DEPLOY_PASSWORD}</password>
77
</server>
8+
<server>
9+
<id>sonatype-nexus-staging</id>
10+
<username>${env.CI_DEPLOY_USERNAME}</username>
11+
<password>${env.CI_DEPLOY_PASSWORD}</password>
12+
</server>
813
</servers>
9-
</settings>
14+
</settings>

0 commit comments

Comments
 (0)