mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
add repo to distribution management
This commit is contained in:
parent
a2aac36b71
commit
ab8ee6c36f
1 changed files with 9 additions and 0 deletions
9
pom.xml
9
pom.xml
|
@ -157,6 +157,15 @@
|
||||||
</repository>
|
</repository>
|
||||||
</distributionManagement> -->
|
</distributionManagement> -->
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>github</id>
|
||||||
|
<name>MyRepo</name>
|
||||||
|
<url>https://github.com/JustFiesta/spring-petclinic.git</url>
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<!-- <plugin>
|
<!-- <plugin>
|
||||||
|
|
Loading…
Reference in a new issue