Skip to content

Commit

Permalink
build(POM): specify repository element
Browse files Browse the repository at this point in the history
repository element was not specified in the POM inside
distributionManagement element
  • Loading branch information
johnnymillergh committed Oct 16, 2020
1 parent 93e99ad commit 3b203c8
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 @@ -115,6 +115,14 @@
</plugins>
</build>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub OWNER Apache Maven Packages</name>
<url>https://maven.pkg.github.com/johnnymillergh/media-streaming</url>
</repository>
</distributionManagement>

<!-- Global Dependencies -->
<dependencies>
<dependency>
Expand Down

0 comments on commit 3b203c8

Please sign in to comment.