This is an automated email from the ASF dual-hosted git repository.
baedke 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 9365bd5683 OAK-11435: oak-search: the special baseline configuration
may be removed from the pom. (#2044)
9365bd5683 is described below
commit 9365bd5683a8e78d2fc011f07efe282686aa5f64
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>