Skip to content

Instantly share code, notes, and snippets.

@ramkicse
Created February 15, 2016 05:46
Show Gist options
  • Save ramkicse/8393c654c2a98518c09a to your computer and use it in GitHub Desktop.
Save ramkicse/8393c654c2a98518c09a to your computer and use it in GitHub Desktop.
<plugins>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.1</version>
<executions>
<execution>
<id>tomcat-run</id>
<goals>
<goal>exec-war-only</goal>
</goals>
<phase>package</phase>
<configuration>
<path>/</path>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment