Update .travis.settings.xml
This commit is contained in:
parent
edd26b40d5
commit
a3dbfadb0b
105
.travis.settings.xml
Normal file
105
.travis.settings.xml
Normal file
@ -0,0 +1,105 @@
|
||||
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
|
||||
http://maven.apache.org/xsd/settings-1.0.0.xsd">
|
||||
|
||||
<activeProfiles>
|
||||
<activeProfile>github</activeProfile>
|
||||
<activeProfile>mchv-release</activeProfile>
|
||||
<activeProfile>mchv-snapshot</activeProfile>
|
||||
<activeProfile>mchv-release-distribution</activeProfile>
|
||||
<activeProfile>mchv-snapshot-distribution</activeProfile>
|
||||
</activeProfiles>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>github</id>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>central</id>
|
||||
<url>https://repo1.maven.org/maven2</url>
|
||||
<releases><enabled>true</enabled></releases>
|
||||
<snapshots><enabled>true</enabled></snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>github</id>
|
||||
<name>GitHub OWNER Apache Maven Packages</name>
|
||||
<url>https://maven.pkg.github.com/tdlight-team/tdlight-java</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>mchv-release</id>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>mchv-release</id>
|
||||
<name>MCHV Release Apache Maven Packages</name>
|
||||
<url>https://mvn.mchv.eu/repository/mchv</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>mchv-snapshot</id>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>mchv-snapshot</id>
|
||||
<name>MCHV Snapshot Apache Maven Packages</name>
|
||||
<url>https://mvn.mchv.eu/repository/mchv-snapshot</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>mchv-release-distribution</id>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>mchv-release-distribution</id>
|
||||
<name>MCHV Release Apache Maven Packages Distribution</name>
|
||||
<url>https://mvn.mchv.eu/repository/mchv</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>mchv-snapshot-distribution</id>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>mchv-snapshot-distribution</id>
|
||||
<name>MCHV Snapshot Apache Maven Packages Distribution</name>
|
||||
<url>https://mvn.mchv.eu/repository/mchv-snapshot</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<servers>
|
||||
<server>
|
||||
<id>github</id>
|
||||
<username>Cavallium</username>
|
||||
<password>${env.PACKAGECLOUD_TOKEN}</password>
|
||||
</server>
|
||||
<server>
|
||||
<id>mchv</id>
|
||||
<username>cavallium</username>
|
||||
<password>${env.MCHVCLOUD_TOKEN}</password>
|
||||
</server>
|
||||
<server>
|
||||
<id>mchv-release</id>
|
||||
<username>cavallium</username>
|
||||
<password>${env.MCHVCLOUD_TOKEN}</password>
|
||||
</server>
|
||||
<server>
|
||||
<id>mchv-snapshot</id>
|
||||
<username>cavallium</username>
|
||||
<password>${env.MCHVCLOUD_TOKEN}</password>
|
||||
</server>
|
||||
<server>
|
||||
<id>mchv-release-distribution</id>
|
||||
<username>cavallium</username>
|
||||
<password>${env.MCHVCLOUD_TOKEN}</password>
|
||||
</server>
|
||||
<server>
|
||||
<id>mchv-snapshot-distribution</id>
|
||||
<username>cavallium</username>
|
||||
<password>${env.MCHVCLOUD_TOKEN}</password>
|
||||
</server>
|
||||
</servers>
|
||||
</settings>
|
Loading…
x
Reference in New Issue
Block a user