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 2011/12/04 22:43:18 UTC

svn commit: r1210234 - /openejb/trunk/openejb/pom.xml

Author: rmannibucau
Date: Sun Dec  4 21:43:17 2011
New Revision: 1210234

URL: http://svn.apache.org/viewvc?rev=1210234&view=rev
Log:
removing tck from the build since it creates temp files without cleaning it (otherwise build is removed from buildbot :()

Modified:
    openejb/trunk/openejb/pom.xml

Modified: openejb/trunk/openejb/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/pom.xml?rev=1210234&r1=1210233&r2=1210234&view=diff
==============================================================================
--- openejb/trunk/openejb/pom.xml (original)
+++ openejb/trunk/openejb/pom.xml Sun Dec  4 21:43:17 2011
@@ -278,7 +278,8 @@
     <module>examples</module>
     <module>assembly</module>
     <module>arquillian-tomee</module>
-    <module>tck</module>
+    <!-- don't activate it back since it creates artifacts in /tmp when TCK fails and/or succeeds -->
+    <!--module>tck</module-->
     <module>utils</module>
   </modules>