Skip to content

Commit 0dda6c1

Browse files
committed
Remove tomcat maven plugin
Unfortunately there is no current verison for Tomcat 8.
1 parent 5903eed commit 0dda6c1

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ To run the application:
3030
-------------------
3131
From the command line with Maven:
3232

33-
$ cd spring-mvc-showcase
34-
$ mvn tomcat7:run [-Dmaven.tomcat.port=<port no.>] (In case 8080 is busy]
35-
36-
or
37-
3833
$ cd spring-mvc-showcase
3934
$ mvn jetty:run
4035

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,6 @@
239239
<target>${java-version}</target>
240240
</configuration>
241241
</plugin>
242-
<plugin>
243-
<groupId>org.apache.tomcat.maven</groupId>
244-
<artifactId>tomcat7-maven-plugin</artifactId>
245-
<version>2.2</version>
246-
</plugin>
247242
<plugin>
248243
<groupId>org.eclipse.jetty</groupId>
249244
<artifactId>jetty-maven-plugin</artifactId>

0 commit comments

Comments
 (0)