Skip to content

Instantly share code, notes, and snippets.

@luismoramedina
Created December 2, 2015 12:02
Show Gist options
  • Select an option

  • Save luismoramedina/5cfc6597bee9f9a5cb58 to your computer and use it in GitHub Desktop.

Select an option

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
<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