Skip to content
Snippets Groups Projects
Commit aac56403 authored by Elisabetta Ronchieri's avatar Elisabetta Ronchieri
Browse files

Update settings.xml

parent 109e1766
Branches issue-13
No related tags found
No related merge requests found
Pipeline #30162 passed
<?xml version="1.0"?>
<settings xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<interactiveMode>false</interactiveMode>
<servers>
<server>
<id>baltig.infn.it:4567</id>
<username>gitlab-ci-token</username>
<password>${env.CI_JOB_TOKEN}</password>
</server>
</servers>
<localRepository>/m2-repository</localRepository>
<!-- Comment this out until we have our repo back in shape
<mirrors>
......@@ -28,11 +36,4 @@
<activeProfile>nexus</activeProfile>
</activeProfiles>
-->
<servers>
<server>
<id>baltig.infn.it:4567</id>
<username>gitlab-ci-token</username>
<password>${env.CI_JOB_TOKEN}</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