feat: add distributionManagement in pom.xml

This commit is contained in:
Memogoz 2025-05-23 11:27:51 -06:00
parent b35b7936e1
commit c3a800775b

14
pom.xml
View file

@ -310,6 +310,20 @@
</license>
</licenses>
<distributionManagement>
<!-- Deploy releases to GitHub Packages -->
<repository>
<id>github</id> <!-- This ID must match the server ID in your settings.xml -->
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/Memogoz/spring-petclinic</url> <!-- Use your GitHub username and repo name -->
</repository>
<!-- Deploy snapshots to GitHub Packages -->
<snapshotRepository>
<id>github</id> <!-- This ID must match the server ID in your settings.xml -->
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/Memogoz/spring-petclinic</url> <!-- Use your GitHub username and repo name -->
</snapshotRepository>
</distributionManagement>
<repositories>
<repository>
<snapshots>