mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
release: added local maven repo
This commit is contained in:
parent
34fe9eca79
commit
daa9858b5b
1 changed files with 7 additions and 0 deletions
7
pom.xml
7
pom.xml
|
@ -19,6 +19,13 @@
|
||||||
|
|
||||||
<name>petclinic</name>
|
<name>petclinic</name>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>local-repo</id>
|
||||||
|
<url>file:////Users/idvylyuk/local-maven-repo</url>
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
||||||
<!-- Generic properties -->
|
<!-- Generic properties -->
|
||||||
|
|
Loading…
Reference in a new issue