Skip to content
Snippets Groups Projects
Commit a4aa0709 authored by Brice Copy's avatar Brice Copy
Browse files

Add local maven mirror repo

parent 59a5340c
No related branches found
No related tags found
No related merge requests found
Pipeline #1288885 failed
......@@ -2,18 +2,18 @@
<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.CI_REGISTRY}</id>
<username>${env.CI_REGISTRY_USER}</username>
<password>${env.CI_REGISTRY_PASSWORD}</password>
<configuration>
<email>cern.github.bot@cern.ch</email>
</configuration>
</server>
</servers>
<servers>
<server>
<id>${env.CI_REGISTRY}</id>
<username>${env.CI_REGISTRY_USER}</username>
<password>${env.CI_REGISTRY_PASSWORD}</password>
<configuration>
<email>cern.github.bot@cern.ch</email>
</configuration>
</server>
</servers>
<profiles>
<profile>
<id>cern-nexus</id>
<repositories>
......@@ -42,7 +42,7 @@
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>cern-nexus</activeProfile>
</activeProfiles>
......
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