Merge pull request #24 from dprotti/tomcat7frommaven

Maven should use 'tomcat7:run'
This commit is contained in:
Rossen Stoyanchev
2014-05-21 17:25:41 -04:00

View File

@@ -12,7 +12,7 @@ Samples without a Portlet dependency can be run with the Tomcat Maven plugin. Fo
````
cd booking-mvc
mvn tomcat:run
mvn tomcat7:run
````
Eclipse