add username password to pom file

This commit is contained in:
joe 2017-08-17 19:37:02 -06:00
parent 6191253ddb
commit f443f491ba

View file

@ -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>