Skip to content

Commit 121c4bd

Browse files
authored
Update pom.xml
Add a Github mvn repo to the distribution management section.
1 parent 165ecaf commit 121c4bd

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@
2121
<system>github</system>
2222
<url>https://github.com/Enfernuz/JavaTrans2Quik/issues</url>
2323
</issueManagement>
24+
25+
<distributionManagement>
26+
<repository>
27+
<id>github</id>
28+
<name>GitHub Enfernuz Apache Maven Packages</name>
29+
<url>https://maven.pkg.github.com/Enfernuz/JavaTrans2Quik</url>
30+
</repository>
31+
</distributionManagement>
2432

2533
<properties>
2634
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -33,4 +41,4 @@
3341
<version>4.1.0</version>
3442
</dependency>
3543
</dependencies>
36-
</project>
44+
</project>

0 commit comments

Comments
 (0)