Create ci-settings.xml

This commit is contained in:
GAMEDJO Jean-Eudes 2021-05-14 15:04:15 +00:00
parent b91e21378c
commit c76c3cba00

15
ci-settings.xml Normal file
View file

@ -0,0 +1,15 @@
<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
<servers>
<server>
<id>gitlab-maven</id>
<configuration>
<httpHeaders>
<property>
<name>Job-Token</name>
<value>${env.CI_JOB_TOKEN}</value>
</property>
</httpHeaders>
</configuration>
</server>
</servers>
</settings>