mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
add username password to pom file
This commit is contained in:
parent
6191253ddb
commit
f443f491ba
1 changed files with 2 additions and 0 deletions
2
pom.xml
2
pom.xml
|
@ -150,6 +150,8 @@
|
||||||
<url>http://144.38.196.10:8080/manager/text</url>
|
<url>http://144.38.196.10:8080/manager/text</url>
|
||||||
<warFile>target\spring-petclinic-1.5.1.war</warFile>
|
<warFile>target\spring-petclinic-1.5.1.war</warFile>
|
||||||
<path>/petclinic</path>
|
<path>/petclinic</path>
|
||||||
|
<username>foo</username>
|
||||||
|
<password>dude</password>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue