Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #17 from hechaoyi/tomcat7-plugin
Browse files Browse the repository at this point in the history
use "tomcat7-maven-plugin" instead of "tomcat-maven-plugin"
  • Loading branch information
rstoyanchev committed Jan 7, 2013
2 parents 4ac74e1 + e43d972 commit 4efe499
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,7 +31,7 @@ To run the application:
From the command line with Maven:

$ cd spring-mvc-showcase
$ mvn tomcat:run
$ mvn tomcat7:run

or

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -274,9 +274,9 @@
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>tomcat-maven-plugin</artifactId>
<version>1.1</version>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.0</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 4efe499

Please sign in to comment.