mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:25:50 +00:00
add distributionManagement
This commit is contained in:
parent
f9ff84f1d4
commit
3940742429
1 changed files with 15 additions and 6 deletions
21
pom.xml
21
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue