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

Commit

Permalink
fix(github-packages): add github packages to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
vparrac committed Nov 21, 2023
1 parent 11a3f5c commit c52fa73
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 c52fa73

Please sign in to comment.