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 2013/07/24 12:11:13 UTC

svn commit: r1506479 - /jackrabbit/trunk/jackrabbit-jcr2dav/pom.xml

Author: jukka
Date: Wed Jul 24 10:11:13 2013
New Revision: 1506479

URL: http://svn.apache.org/r1506479
Log:
JCR-3625: make port number for webdav integration tests configurable

The property needs a default value

Modified:
    jackrabbit/trunk/jackrabbit-jcr2dav/pom.xml

Modified: jackrabbit/trunk/jackrabbit-jcr2dav/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jcr2dav/pom.xml?rev=1506479&r1=1506478&r2=1506479&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-jcr2dav/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-jcr2dav/pom.xml Wed Jul 24 10:11:13 2013
@@ -32,6 +32,10 @@
   <artifactId>jackrabbit-jcr2dav</artifactId>
   <name>Jackrabbit JCR to WebDAV</name>
 
+  <properties>
+    <org.apache.jackrabbit.jcr2dav.RepositoryStubImpl.port>0</org.apache.jackrabbit.jcr2dav.RepositoryStubImpl.port>
+  </properties>
+
   <profiles>
     <profile>
       <id>integrationTesting</id>