Skip to content

Commit

Permalink
Update pom.xml to include GitHub in distribution management
Browse files Browse the repository at this point in the history
Signed-off-by: ascopes <73482956+ascopes@users.noreply.github.com>
  • Loading branch information
ascopes authored Aug 5, 2023
1 parent 914cc0b commit 114c962
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,19 @@
<distributionManagement>
<repository>
<id>ossrh</id>
<name>Maven Central Releases</name>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
<name>Maven Central Snapshots</name>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/${project-slug}</url>
</repository>
</distributionManagement>

<issueManagement>
Expand Down

0 comments on commit 114c962

Please sign in to comment.