You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2015/04/13 15:31:48 UTC

tomee git commit: no need of maven-t7-plugin

Repository: tomee
Updated Branches:
  refs/heads/master 25c10a46a -> f21ff8153


no need of maven-t7-plugin


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/f21ff815
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/f21ff815
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/f21ff815

Branch: refs/heads/master
Commit: f21ff81532d19a7cb49d81398cf205519d4807f2
Parents: 25c10a4
Author: Romain Manni-Bucau <rm...@apache.org>
Authored: Mon Apr 13 15:31:39 2015 +0200
Committer: Romain Manni-Bucau <rm...@apache.org>
Committed: Mon Apr 13 15:31:39 2015 +0200

----------------------------------------------------------------------
 examples/rest-example/pom.xml | 18 ------------------
 1 file changed, 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/f21ff815/examples/rest-example/pom.xml
----------------------------------------------------------------------
diff --git a/examples/rest-example/pom.xml b/examples/rest-example/pom.xml
index 77bfb9e..d5d83eb 100644
--- a/examples/rest-example/pom.xml
+++ b/examples/rest-example/pom.xml
@@ -87,24 +87,6 @@
         <artifactId>tomee-embedded-maven-plugin</artifactId>
         <version>${tomee.version}</version>
       </plugin>
-      <plugin>
-        <groupId>com.googlecode.t7mp</groupId>
-        <artifactId>maven-t7-plugin</artifactId>
-        <version>0.9.7</version>
-        <configuration>
-          <tomcatHttpPort>1234</tomcatHttpPort>
-          <tomcatShutdownPort>13245</tomcatShutdownPort>
-          <tomcatVersion>7.0.53</tomcatVersion>
-          <webapps>
-            <webappArtifact>
-              <groupId>org.apache.openejb</groupId>
-              <artifactId>tomee-webapp</artifactId>
-              <version>${tomee.version}</version>
-              <contextPath>openejb</contextPath>
-            </webappArtifact>
-          </webapps>
-        </configuration>
-      </plugin>
       <plugin> <!-- needed otherwise it will not work at runtime -->
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-maven-plugin</artifactId>