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 ca...@apache.org on 2019/07/29 08:33:16 UTC

svn commit: r1863916 - /jackrabbit/oak/trunk/oak-search-elastic/pom.xml

Author: catholicon
Date: Mon Jul 29 08:33:15 2019
New Revision: 1863916

URL: http://svn.apache.org/viewvc?rev=1863916&view=rev
Log:
OAK-8497: Remove oak-search-elastic declaration to skip baseline plugin

Modified:
    jackrabbit/oak/trunk/oak-search-elastic/pom.xml

Modified: jackrabbit/oak/trunk/oak-search-elastic/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-search-elastic/pom.xml?rev=1863916&r1=1863915&r2=1863916&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-search-elastic/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-search-elastic/pom.xml Mon Jul 29 08:33:15 2019
@@ -52,22 +52,6 @@
             </Embed-Dependency>
           </instructions>
         </configuration>
-        <executions>
-          <execution>
-            <id>baseline</id>
-            <goals>
-              <goal>baseline</goal>
-            </goals>
-            <phase>pre-integration-test</phase>
-            <configuration>
-              <!--
-                TODO: This is required because there's no prior (stable) version of oak-search.
-                This should be removed once this module is released
-              -->
-              <skip>true</skip>
-            </configuration>
-          </execution>
-        </executions>
       </plugin>
       <plugin>
         <groupId>org.apache.rat</groupId>