Skip to content

Instantly share code, notes, and snippets.

@ivanursul
Created January 11, 2015 14:38
Show Gist options
  • Select an option

  • Save ivanursul/99c306ee8e7793536731 to your computer and use it in GitHub Desktop.

Select an option

Save ivanursul/99c306ee8e7793536731 to your computer and use it in GitHub Desktop.
maven tomcat plugin for www.ivanursul.com
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.2</version>
<configuration>
<url>${tomcat.deploy.url}</url>
<server>${tomcat.server.name}</server>
<path>${tomcat.contextPath}</path>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment