Skip to content

Commit 4efe499

Browse files
committed
Merge pull request spring-attic#17 from hechaoyi/tomcat7-plugin
use "tomcat7-maven-plugin" instead of "tomcat-maven-plugin"
2 parents 4ac74e1 + e43d972 commit 4efe499

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To run the application:
3131
From the command line with Maven:
3232

3333
$ cd spring-mvc-showcase
34-
$ mvn tomcat:run
34+
$ mvn tomcat7:run
3535

3636
or
3737

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,9 @@
274274
</configuration>
275275
</plugin>
276276
<plugin>
277-
<groupId>org.codehaus.mojo</groupId>
278-
<artifactId>tomcat-maven-plugin</artifactId>
279-
<version>1.1</version>
277+
<groupId>org.apache.tomcat.maven</groupId>
278+
<artifactId>tomcat7-maven-plugin</artifactId>
279+
<version>2.0</version>
280280
</plugin>
281281
</plugins>
282282
</build>

0 commit comments

Comments
 (0)