Maven run should use 'tomcat7:run'

This commit is contained in:
Duilio Protti
2014-04-08 15:57:26 -05:00
parent 97f9a3f6ea
commit d86245ac22

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