Skip to content

Commit

Permalink
feat: added distribution management in pom.xml for GitHub Actions dep…
Browse files Browse the repository at this point in the history
…loyments
  • Loading branch information
MAXOUXAX committed Aug 25, 2022
1 parent 1bf9b62 commit f168c5b
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 @@ -51,6 +51,14 @@
</resources>
</build>

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

<properties>
<maven.compiler.source>16</maven.compiler.source>
<maven.compiler.target>16</maven.compiler.target>
Expand Down

0 comments on commit f168c5b

Please sign in to comment.