Skip to content

Commit 6c048e3

Browse files
committed
Added the distributionManagement tag to the pom so githunb knows where to release builds
1 parent 90d67fa commit 6c048e3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,12 @@
4343
</dependency>
4444
</dependencies>
4545

46+
47+
<distributionManagement>
48+
<repository>
49+
<id>github</id>
50+
<name>GitHub Koppeltaal Apache Maven Packages</name>
51+
<url>https://maven.pkg.github.com/Koppeltaal/2.0</url>
52+
</repository>
53+
</distributionManagement>
4654
</project>

0 commit comments

Comments
 (0)