Skip to content

Instantly share code, notes, and snippets.

@pokemonni01
Created July 27, 2021 08:57
Show Gist options
  • Save pokemonni01/6a6cc2c7519643bb5e462b30b0691621 to your computer and use it in GitHub Desktop.
Save pokemonni01/6a6cc2c7519643bb5e462b30b0691621 to your computer and use it in GitHub Desktop.
<settings>
<servers>
<server>
<id>gitlab-maven</id>
<configuration>
<httpHeaders>
<property>
<name>Private-Token</name>
<value>REPLACE_WITH_YOUR_PERSONAL_ACCESS_TOKEN</value>
</property>
</httpHeaders>
</configuration>
</server>
</servers>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment