Skip to content
Snippets Groups Projects
Select Git revision
  • c0ec63ff149552f7992841ab688a40f7029c1a6e
  • main default protected
2 results

README.md

Blame
  • ci-settings.xml 642 B
    <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>