Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <servers>
- <server>
- <id>gitlab-maven</id>
- <configuration>
- <httpHeaders>
- <property>
- <name>Private-Token</name>
- <value>TOKEN</value>
- </property>
- </httpHeaders>
- </configuration>
- </server>
- </servers>
- <profiles>
- <profile>
- <id>hrevolution</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <repositories>
- <repository>
- <id>gitlab-maven</id>
- <url>https://gitlab.com/api/v4/projects/54638243/packages/maven</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
- </profile>
- </profiles>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement