Skip to content

Commit

Permalink
add distribution repo
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudceol committed Jun 25, 2020
1 parent a98e36e commit 119b142
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mi-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -376,4 +376,11 @@
<url>https://repo1.maven.org/maven2/</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Arnaud Ceol Apache Maven Packages</name>
<url>https://maven.pkg.github.com/arnaudceol/igb-mi-bundle</url>
</repository>
</distributionManagement>
</project>
7 changes: 7 additions & 0 deletions mi-structures/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,12 @@
</repository>
</repositories>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Arnaud Ceol Apache Maven Packages</name>
<url>https://maven.pkg.github.com/arnaudceol/igb-mi-bundle</url>
</repository>
</distributionManagement>

</project>

0 comments on commit 119b142

Please sign in to comment.