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/07/07 11:29:02 UTC

svn commit: r1689618 - /jackrabbit/oak/trunk/oak-exercise/pom.xml

Author: davide
Date: Tue Jul  7 09:29:02 2015
New Revision: 1689618

URL: http://svn.apache.org/r1689618
Log:
OAK-3077 - Skip maven deployment for oak-exercies

- adding the properties for skipping.

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

Modified: jackrabbit/oak/trunk/oak-exercise/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-exercise/pom.xml?rev=1689618&r1=1689617&r2=1689618&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-exercise/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-exercise/pom.xml Tue Jul  7 09:29:02 2015
@@ -30,6 +30,10 @@
   <artifactId>oak-exercise</artifactId>
   <name>Oak Exercises</name>
 
+  <properties>
+    <skip.deployment>false</skip.deployment>
+  </properties>
+
   <build>
     <plugins>
       <plugin>