mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 13:35:50 +00:00
updated pom.xml
This commit is contained in:
parent
5dac10f444
commit
4b7eaeb77d
1 changed files with 12 additions and 0 deletions
12
pom.xml
12
pom.xml
|
@ -140,6 +140,18 @@
|
|||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.tomcat.maven</groupId>
|
||||
<artifactId>tomcat7-maven-plugin</artifactId>
|
||||
<version>2.2</version>
|
||||
<configuration>
|
||||
<server>tomcat-development-server</server>
|
||||
<url>http://144.38.196.10:8080/manager/text</url>
|
||||
<warFile>target\petclinic.war</warFile>
|
||||
<path>/petclinic</path>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>cobertura-maven-plugin</artifactId>
|
||||
|
|
Loading…
Reference in a new issue