Skip to content

Commit

Permalink
Add distribution config for github
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaar, Bjørn-Andre committed Nov 9, 2023
1 parent ef6ffce commit 154dc19
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -389,5 +389,11 @@
</build>
</profile>
</profiles>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/${github.repository}</url>
</repository>
</distributionManagement>
</project>

0 comments on commit 154dc19

Please sign in to comment.