Skip to content

Instantly share code, notes, and snippets.

/.xml Secret

Created July 10, 2015 07:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/cb04ee10f933c538e473 to your computer and use it in GitHub Desktop.
Save anonymous/cb04ee10f933c538e473 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>com.googlecode.t7mp</groupId>
<artifactId>maven-t7-plugin</artifactId>
<version>0.9.9-SNAPSHOT</version>
<configuration>
<tomcatVersion>7.0.21</tomcatVersion>
<tomcatHttpPort>8080</tomcatHttpPort>
<webapps>
<webappArtifact>
<groupId>org.apache.openejb</groupId>
<artifactId>tomee-webapp</artifactId>
<version>4.0.0-beta-3-SNAPSHOT</version>
</webappArtifact>
</webapps>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment