You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by ju...@apache.org on 2012/04/20 16:22:58 UTC

svn commit: r1328380 - /jackrabbit/oak/trunk/oak-it/mk/pom.xml

Author: jukka
Date: Fri Apr 20 14:22:57 2012
New Revision: 1328380

URL: http://svn.apache.org/viewvc?rev=1328380&view=rev
Log:
OAK-12: Implement a test suite for the MicroKernel

The MK integration test suite should be deployed as a part of a release so external implementations can depend on it

Modified:
    jackrabbit/oak/trunk/oak-it/mk/pom.xml

Modified: jackrabbit/oak/trunk/oak-it/mk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-it/mk/pom.xml?rev=1328380&r1=1328379&r2=1328380&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-it/mk/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-it/mk/pom.xml Fri Apr 20 14:22:57 2012
@@ -30,10 +30,6 @@
   <artifactId>oak-it-mk</artifactId>
   <name>Oak Integration Tests for MicroKernel implementations</name>
 
-  <properties>
-    <skip.deployment>true</skip.deployment>
-  </properties>
-
   <dependencies>
     <dependency>
       <groupId>junit</groupId>