This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 8817710c43 OAK-11435: oak-search: the special baseline configuration 
may be removed from the pom. (#2044)
8817710c43 is described below

commit 8817710c431a8818e9f9f3e121f4a7a9d644cdaf
Author: mbaedke <[email protected]>
AuthorDate: Thu Feb 6 16:23:11 2025 +0100

    OAK-11435: oak-search: the special baseline configuration may be removed 
from the pom. (#2044)
    
    done
---
 oak-search/pom.xml | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/oak-search/pom.xml b/oak-search/pom.xml
index 01c2a27392..7e6ed4c53f 100644
--- a/oak-search/pom.xml
+++ b/oak-search/pom.xml
@@ -45,23 +45,6 @@
                         </Export-Package>
                     </instructions>
                 </configuration>
-                <executions>
-                    <execution>
-                        <id>baseline</id>
-                        <goals>
-                            <goal>baseline</goal>
-                        </goals>
-                        <phase>pre-integration-test</phase>
-                        <configuration>
-                            <!--
-                              This is required as classes present in this 
module
-                              were part of oak-lucene. This should be removed
-                              post 1.10 release
-                            -->
-                            
<comparisonArtifactId>oak-lucene</comparisonArtifactId>
-                        </configuration>
-                    </execution>
-                </executions>
             </plugin>
             <plugin>
                 <groupId>org.apache.rat</groupId>

Reply via email to