Skip to content

Commit

Permalink
Adding maven deploy to location4j module
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaytotomato committed Aug 9, 2024
1 parent d778197 commit b9eb207
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 @@ -37,6 +37,15 @@
<maven-deploy-plugin.version>3.1.2</maven-deploy-plugin.version>
</properties>

<distributionManagement>
<repository>
<id>github</id>
<name>${env.GITHUB_USERNAME}</name>
<!--suppress UnresolvedMavenProperty -->
<url>https://maven.pkg.github.com/${env.GITHUB_USERNAME}/${env.GITHUB_REPOSITORY}</url>
</repository>
</distributionManagement>

<licenses>
<license>
<name>MIT License</name>
Expand Down

0 comments on commit b9eb207

Please sign in to comment.