We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca47bb commit e2e2861Copy full SHA for e2e2861
ci_settings.xml
@@ -0,0 +1,16 @@
1
+<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
+ xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
3
+ <servers>
4
+ <server>
5
+ <id>gitlab-maven</id>
6
+ <configuration>
7
+ <httpHeaders>
8
+ <property>
9
+ <name>Job-Token</name>
10
+ <value>${env.CI_JOB_TOKEN}</value>
11
+ </property>
12
+ </httpHeaders>
13
+ </configuration>
14
+ </server>
15
+ </servers>
16
+</settings>
0 commit comments