mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
added distributionManagement to POM.XML for Deploy
This commit is contained in:
parent
69b5af5b54
commit
248978498e
1 changed files with 10 additions and 0 deletions
10
pom.xml
10
pom.xml
|
@ -16,6 +16,16 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>internal.repo</id>
|
||||||
|
<name>Internal repo</name>
|
||||||
|
<url>file:///Users/Shared/Daphne/spring-petclinic</url>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
<!-- Generic properties -->
|
<!-- Generic properties -->
|
||||||
<java.version>1.8</java.version>
|
<java.version>1.8</java.version>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
|
Loading…
Reference in a new issue