Author: reschke
Date: Mon Aug 6 13:30:20 2018
New Revision: 1837519
URL: http://svn.apache.org/viewvc?rev=1837519&view=rev
Log:
OAK-3336: Abstract a full text index implementation to be extended by Lucene
and Solr
(configure baseline check to compare against previous release of oak-lucene)
Modified:
jackrabbit/oak/trunk/oak-search/pom.xml
Modified: jackrabbit/oak/trunk/oak-search/pom.xml
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-search/pom.xml?rev=1837519&r1=1837518&r2=1837519&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-search/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-search/pom.xml Mon Aug 6 13:30:20 2018
@@ -53,12 +53,12 @@
</goals>
<phase>pre-integration-test</phase>
<configuration>
- <!--
- This is required because there's no prior
(stable) version of oak-search.
- This should be removed post 1.8 release
- Anyway nothing is exported therefore it
shouldn't be a problem
- -->
- <skip>true</skip>
+ <!--
+ This is required as classes present in this module
+ were part of oak-core. This should be removed
+ post 1.10 release
+ -->
+
<comparisonArtifactId>oak-lucene</comparisonArtifactId>
</configuration>
</execution>
</executions>