Skip to content

Commit

Permalink
Adding distribution management to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhecktor committed Jun 12, 2023
1 parent 857049f commit 309a4dc
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 @@ -37,4 +37,12 @@
</dependency>
</dependencies>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/ralfhecktor/architecture-blueprint</url>
</repository>
</distributionManagement>

</project>

0 comments on commit 309a4dc

Please sign in to comment.