Skip to content
Snippets Groups Projects
Commit f0977458 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

Add m2 repo

parent 980a54a4
No related branches found
No related tags found
No related merge requests found
Pipeline #256632 failed
<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">
<servers>
<server>
<id>${env.NEXUS_REPO_ID}</id>
<username>${env.NEXUS_REPO_USER}</username>
<password>${env.NEXUS_REPO_PW}</password>
</server>
</servers>
</settings>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment