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 fc3a8a6623 Revert "OAK-11435: oak-search: the special baseline
configuration may be removed from the pom. (#2044)"
fc3a8a6623 is described below
commit fc3a8a6623f7ecef5cff62ff2f4e1d26a570887f
Author: Julian Reschke <[email protected]>
AuthorDate: Sat Feb 8 06:35:00 2025 +0100
Revert "OAK-11435: oak-search: the special baseline configuration may be
removed from the pom. (#2044)"
This reverts commit 9365bd5683a8e78d2fc011f07efe282686aa5f64.
---
oak-search/pom.xml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/oak-search/pom.xml b/oak-search/pom.xml
index 7e6ed4c53f..01c2a27392 100644
--- a/oak-search/pom.xml
+++ b/oak-search/pom.xml
@@ -45,6 +45,23 @@
</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>