Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from FLAGlab/add-github-packages-distribution-i…
Browse files Browse the repository at this point in the history
…n-pm

fix(github-packages): add github packages to pom
  • Loading branch information
vparrac authored Nov 21, 2023
2 parents 11a3f5c + c52fa73 commit 596edb7
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 @@ -30,6 +30,15 @@
</dependency>
</dependencies>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://github.com/FLAGlab/MetaPeNTA</url>
</repository>
</distributionManagement>


<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 596edb7

Please sign in to comment.