You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2016/02/15 13:36:54 UTC

svn commit: r1730503 - /sling/trunk/bundles/extensions/validation/it-http/pom.xml

Author: cziegeler
Date: Mon Feb 15 12:36:53 2016
New Revision: 1730503

URL: http://svn.apache.org/viewvc?rev=1730503&view=rev
Log:
Add run mode oak to fix tests running

Modified:
    sling/trunk/bundles/extensions/validation/it-http/pom.xml

Modified: sling/trunk/bundles/extensions/validation/it-http/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/validation/it-http/pom.xml?rev=1730503&r1=1730502&r2=1730503&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/validation/it-http/pom.xml (original)
+++ sling/trunk/bundles/extensions/validation/it-http/pom.xml Mon Feb 15 12:36:53 2016
@@ -77,7 +77,7 @@
 
         <!-- Options for the jar to execute. $JAREXEC_SERVER_PORT$ is replaced by the
             selected port number -->
-        <jar.executor.jar.options>-p $JAREXEC_SERVER_PORT$</jar.executor.jar.options>
+        <jar.executor.jar.options>-p $JAREXEC_SERVER_PORT$ -D sling.run.modes=oak</jar.executor.jar.options>
 
         <!-- Change this to run selected tests only -->
         <tests.to.run>**/**Test.java</tests.to.run>