Created
December 2, 2015 12:02
-
-
Save luismoramedina/5cfc6597bee9f9a5cb58 to your computer and use it in GitHub Desktop.
Tomcat 7 on pom.xml, run with mvn tomcat7:run and tomcat7:run-war
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <plugin> | |
| <groupId>org.apache.tomcat.maven</groupId> | |
| <artifactId>tomcat7-maven-plugin</artifactId> | |
| <version>2.2</version> | |
| </plugin> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment