Files
litmus-be/settings.xml
chandresh pancholi 80e5e1768d litmus client integration changes
Signed-off-by: chandresh pancholi <chandresh.pancholi@navi.com>
2021-10-04 11:14:28 +05:30

12 lines
432 B
XML

<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
https://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>nexus</id>
<username>${env.NEXUS_USERNAME}</username>
<password>${env.NEXUS_PASSWORD}</password>
</server>
</servers>
</settings>