mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:25:50 +00:00
remove tomcat from pom.xml
This commit is contained in:
parent
4b7eaeb77d
commit
5e6668e95c
1 changed files with 0 additions and 11 deletions
11
pom.xml
11
pom.xml
|
@ -141,17 +141,6 @@
|
|||
</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