mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-18 11:41:12 +00:00
added distributionmanagament
This commit is contained in:
parent
36978d02cd
commit
62ce4306ea
3 changed files with 472 additions and 23 deletions
11
pom.xml
11
pom.xml
|
|
@ -22,6 +22,17 @@
|
|||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>release-repo</id>
|
||||
<url>file://${project.build.directory}/deploy/releases</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>snapshot-repo</id>
|
||||
<url>file://${project.build.directory}/deploy/snapshots</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
<properties>
|
||||
|
||||
<!-- Generic properties -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue