Author: reschke
Date: Mon Aug 6 13:14:33 2018
New Revision: 1837517
URL: http://svn.apache.org/viewvc?rev=1837517&view=rev
Log:
OAK-7681: enable baseline check for oak-search-mt
Modified:
jackrabbit/oak/trunk/oak-search-mt/pom.xml
Modified: jackrabbit/oak/trunk/oak-search-mt/pom.xml
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-search-mt/pom.xml?rev=1837517&r1=1837516&r2=1837517&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-search-mt/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-search-mt/pom.xml Mon Aug 6 13:14:33 2018
@@ -71,14 +71,6 @@
<goal>baseline</goal>
</goals>
<phase>pre-integration-test</phase>
- <configuration>
- <!--
- This is required because there's no prior
(stable) version of oak-search-mt.
- This should be removed post 1.8 release
- Anyway nothing is exported therefore it
shouldn't be a problem
- -->
- <skip>true</skip>
- </configuration>
</execution>
</executions>
</plugin>