Skip to content

Commit

Permalink
adds distribution management for github packages
Browse files Browse the repository at this point in the history
  • Loading branch information
roechi committed Oct 12, 2020
1 parent 3a9f00f commit 3fea78b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@
<url>https://github.com/idealo/deckard</url>
</scm>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/idealo/deckard</url>
</repository>
</distributionManagement>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
Expand Down

0 comments on commit 3fea78b

Please sign in to comment.