You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2019/05/21 13:01:11 UTC

svn commit: r1859633 - /jackrabbit/trunk/jackrabbit-bundle/pom.xml

Author: reschke
Date: Tue May 21 13:01:11 2019
New Revision: 1859633

URL: http://svn.apache.org/viewvc?rev=1859633&view=rev
Log:
JCR-4439: disable baseline check for jackrabbit-bundle

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

Modified: jackrabbit/trunk/jackrabbit-bundle/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-bundle/pom.xml?rev=1859633&r1=1859632&r2=1859633&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-bundle/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-bundle/pom.xml Tue May 21 13:01:11 2019
@@ -67,6 +67,18 @@
             </Bundle-Activator>
           </instructions>
         </configuration>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>baseline</goal>
+            </goals>
+            <configuration>
+              <!-- JCR-2608 - baseline check disabled because the package version numbers assigned here are meaningless anway -->
+              <skip>true</skip>
+            </configuration>
+          </execution>
+        </executions>
       </plugin>
     </plugins>
   </build>