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 2016/03/22 16:40:37 UTC

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

Author: davide
Date: Tue Mar 22 15:40:36 2016
New Revision: 1736205

URL: http://svn.apache.org/viewvc?rev=1736205&view=rev
Log:
OAK-4142 - allow skip UT in pedantic profile

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=1736205&r1=1736204&r2=1736205&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Tue Mar 22 15:40:36 2016
@@ -692,6 +692,12 @@
               </execution>
             </executions>
           </plugin>
+           <plugin>
+             <artifactId>maven-surefire-plugin</artifactId>
+             <configuration>
+               <skipTests>${surefire.skip.ut}</skipTests>
+             </configuration>
+           </plugin>
         </plugins>
       </build>
     </profile>