mirror of
https://github.com/anas-elgarhy/JColorfulConsole.git
synced 2024-08-14 23:57:19 +00:00
Add distributionManagement tag
This commit is contained in:
parent
fe7d488bd9
commit
0132fe108e
1 changed files with 7 additions and 0 deletions
7
pom.xml
7
pom.xml
|
@ -13,6 +13,13 @@
|
|||
<description>A colorful console for Java</description>
|
||||
<url>https://jitpack.io/#Anas-Elgarhy/JColorfulConsole</url>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>github</id>
|
||||
<name>GitHub OWNER Apache Maven Packages</name>
|
||||
<url>https://maven.pkg.github.com/Anas-Elgarhy/JColorfulConsole</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
Loading…
Reference in a new issue