mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:25:50 +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>
|
||||
<warFile>target\spring-petclinic-1.5.1.war</warFile>
|
||||
<path>/petclinic</path>
|
||||
<username>foo</username>
|
||||
<password>dude</password>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
|
Loading…
Reference in a new issue