add distributionManagement

This commit is contained in:
Sofiia Churikova 2025-04-21 03:32:33 +03:00
parent f9ff84f1d4
commit 3940742429

21
pom.xml
View file

@ -289,12 +289,14 @@
</plugins>
</build>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<distributionManagement>
<repository>
<id>local-repo</id>
<name>Local Repository</name>
<url>file://${user.home}/.m2/repository-local</url>
</repository>
</distributionManagement>
<scm>
<connection>scm:git:https://github.com/schurikova/spring-petclinic.git</connection>
@ -302,6 +304,13 @@
<tag>spring-petclinic-4.0.0</tag>
</scm>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<repositories>
<repository>
<snapshots>