We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ac74e1 + e43d972 commit 4efe499Copy full SHA for 4efe499
README.md
@@ -31,7 +31,7 @@ To run the application:
31
From the command line with Maven:
32
33
$ cd spring-mvc-showcase
34
- $ mvn tomcat:run
+ $ mvn tomcat7:run
35
36
or
37
pom.xml
@@ -274,9 +274,9 @@
274
</configuration>
275
</plugin>
276
<plugin>
277
- <groupId>org.codehaus.mojo</groupId>
278
- <artifactId>tomcat-maven-plugin</artifactId>
279
- <version>1.1</version>
+ <groupId>org.apache.tomcat.maven</groupId>
+ <artifactId>tomcat7-maven-plugin</artifactId>
+ <version>2.0</version>
280
281
</plugins>
282
</build>
0 commit comments