Skip to content

Commit 4186798

Browse files
committed
Update setting.xml to include maven credentials needed for deploy
1 parent de6ea51 commit 4186798

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

settings.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@
1313
<username>${env.CI_DEPLOY_USERNAME}</username>
1414
<password>${env.CI_DEPLOY_PASSWORD}</password>
1515
</server>
16+
<server>
17+
<id>sonatype-nexus-snapshots</id>
18+
<username>${env.MVN_DEPLOY_USERNAME}</username>
19+
<password>${env.MVN_DEPLOY_PASSWORD}</password>
20+
</server>
21+
<server>
22+
<id>sonatype-nexus-staging</id>
23+
<username>${env.MVN_DEPLOY_USERNAME}</username>
24+
<password>${env.MVN_DEPLOY_PASSWORD}</password>
25+
</server>
1626
</servers>
1727
<mirrors/>
1828
<proxies/>

0 commit comments

Comments
 (0)