You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2011/12/30 09:17:08 UTC

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

Author: dblevins
Date: Fri Dec 30 08:17:08 2011
New Revision: 1225770

URL: http://svn.apache.org/viewvc?rev=1225770&view=rev
Log:
Re-adding tck as there now seem to be failures since it was disabled.
Will continue working with infra to identify any more tmp file "leaks"
Not getting any locally from the TCK module.

Modified:
    openejb/trunk/openejb/pom.xml

Modified: openejb/trunk/openejb/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/pom.xml?rev=1225770&r1=1225769&r2=1225770&view=diff
==============================================================================
--- openejb/trunk/openejb/pom.xml (original)
+++ openejb/trunk/openejb/pom.xml Fri Dec 30 08:17:08 2011
@@ -303,8 +303,7 @@
     <module>utils</module>
     <module>tomee</module>
     <module>osgi</module>
-    <!-- don't activate it back since it creates artifacts in /tmp when TCK fails and/or succeeds -->
-    <!--module>tck</module-->
+    <module>tck</module>
   </modules>
 
   <profiles>