You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2010/09/08 18:25:44 UTC

svn commit: r995118 - /jackrabbit/trunk/test/performance/parent/pom.xml

Author: jukka
Date: Wed Sep  8 16:25:44 2010
New Revision: 995118

URL: http://svn.apache.org/viewvc?rev=995118&view=rev
Log:
JCR-2695: Jackrabbit performance test suite

Add default setting: -Donly=.*:.*

Modified:
    jackrabbit/trunk/test/performance/parent/pom.xml

Modified: jackrabbit/trunk/test/performance/parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/test/performance/parent/pom.xml?rev=995118&r1=995117&r2=995118&view=diff
==============================================================================
--- jackrabbit/trunk/test/performance/parent/pom.xml (original)
+++ jackrabbit/trunk/test/performance/parent/pom.xml Wed Sep  8 16:25:44 2010
@@ -38,6 +38,10 @@
   <version>SNAPSHOT</version>
   <packaging>pom</packaging>
 
+  <properties>
+    <only>.*:.*</only>
+  </properties>
+
   <build>
     <pluginManagement>
       <plugins>