Skip to content

Commit 3b69eb1

Browse files
manu-schaafManuel Schaaf
authored andcommitted
Add distribution management for GitHub Packages
1 parent f3c024f commit 3b69eb1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@
7070
</developer>
7171
</developers>
7272

73+
<distributionManagement>
74+
<repository>
75+
<id>github</id>
76+
<name>GitHub Packages</name>
77+
<url>https://maven.pkg.github.com/texttechnologylab/UIMATypeSystem</url>
78+
</repository>
79+
</distributionManagement>
80+
7381
<repositories>
7482
<repository>
7583
<id>jitpack.io</id>

0 commit comments

Comments
 (0)