Skip to content

Instantly share code, notes, and snippets.

@jmayaalv
Created August 21, 2015 18:28
Show Gist options
  • Save jmayaalv/9561e96d7d7cac010d71 to your computer and use it in GitHub Desktop.
Save jmayaalv/9561e96d7d7cac010d71 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.0</version>
<configuration>
<path>/ims</path>
<systemProperties>
<tapestry.production-mode>false</tapestry.production-mode>
<tapestry.execution-mode>Development</tapestry.execution-mode>
</systemProperties>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment