We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5903eed commit 0dda6c1Copy full SHA for 0dda6c1
README.md
@@ -30,11 +30,6 @@ To run the application:
30
-------------------
31
From the command line with Maven:
32
33
- $ cd spring-mvc-showcase
34
- $ mvn tomcat7:run [-Dmaven.tomcat.port=<port no.>] (In case 8080 is busy]
35
-
36
-or
37
38
$ cd spring-mvc-showcase
39
$ mvn jetty:run
40
pom.xml
@@ -239,11 +239,6 @@
239
<target>${java-version}</target>
240
</configuration>
241
</plugin>
242
- <plugin>
243
- <groupId>org.apache.tomcat.maven</groupId>
244
- <artifactId>tomcat7-maven-plugin</artifactId>
245
- <version>2.2</version>
246
- </plugin>
247
<plugin>
248
<groupId>org.eclipse.jetty</groupId>
249
<artifactId>jetty-maven-plugin</artifactId>
0 commit comments