Skip to content

Commit

Permalink
Add repository to distribution management
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor committed Jun 6, 2020
1 parent 7e98e7f commit feb0501
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
<name>magic tables</name>
<url>http://maven.apache.org</url>


<distributionManagement>
<repository>
<id>github</id>
<name>lukfor/magic-tables</name>
<url>https://maven.pkg.github.com/lukfor/magic-tables</url>
</repository>
</distributionManagement>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down

0 comments on commit feb0501

Please sign in to comment.