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 da...@apache.org on 2015/05/28 10:57:09 UTC

svn commit: r1682178 - /jackrabbit/oak/trunk/oak-parent/pom.xml

Author: davide
Date: Thu May 28 08:57:08 2015
New Revision: 1682178

URL: http://svn.apache.org/r1682178
Log:
OAK-2917 - Allow skipping of the baseline check when tests are skipped

if specify -DskipTests it now skips the baseline as well.

Modified:
    jackrabbit/oak/trunk/oak-parent/pom.xml

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1682178&r1=1682177&r2=1682178&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Thu May 28 08:57:08 2015
@@ -133,6 +133,7 @@
                 <logResults>false</logResults>
                 <failOnWarning>false</failOnWarning>
                 <failOnError>true</failOnError>
+                <skip>${skipTests}</skip>
               </configuration>
             </execution>
           </executions>