Skip to content

Instantly share code, notes, and snippets.

@khajavi
Created February 1, 2015 05:45
Show Gist options
  • Save khajavi/674a76fb0211f1435aa4 to your computer and use it in GitHub Desktop.
Save khajavi/674a76fb0211f1435aa4 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven2-plugin</artifactId>
<version>1.4.11</version>
<configuration>
<container>
<containerId>tomcat8x</containerId>
</container>
<configuration>
<properties>
<cargo.servlet.port>8087</cargo.servlet.port>
<cargo.container.port>8087</cargo.container.port>
<cargo.tomcat.ajp.port>8008</cargo.tomcat.ajp.port>
</properties>
</configuration>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment