2022-03-25 18:40:56 +00:00
|
|
|
<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>
|
|
|
|
</activeProfiles>
|
|
|
|
|
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>github</id>
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>central</id>
|
|
|
|
<url>https://repo1.maven.org/maven2</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>github</id>
|
|
|
|
<url>https://maven.pkg.github.com/Anas-Elgarhy/JColorfulConsole</url>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
|
|
|
|
|
|
|
<servers>
|
|
|
|
<server>
|
|
|
|
<id>github</id>
|
|
|
|
<username>Anas-Elgarhy</username>
|
2022-03-25 18:45:03 +00:00
|
|
|
<!-- <password>${{ github.token }}</password>-->
|
2022-03-25 18:40:56 +00:00
|
|
|
</server>
|
|
|
|
</servers>
|
|
|
|
</settings>
|