-
-
Save wp-wachi/dbf2d6bc481bb4001a5fd1f4ada3f5e2 to your computer and use it in GitHub Desktop.
settings.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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