Vikas Saurabh created OAK-8497: ---------------------------------- Summary: Remove oak-search-elastic declaration to skip baseline plugin Key: OAK-8497 URL: https://issues.apache.org/jira/browse/OAK-8497 Project: Jackrabbit Oak Issue Type: Task Components: search-elastic Reporter: Vikas Saurabh Fix For: 1.18.0
{{oak-search-elastic}} module was introduced in OAK-7981 which would be released with 1.16. After that we should remove the baseline skip config: {noformat} <execution> <id>baseline</id> <goals> <goal>baseline</goal> </goals> <phase>pre-integration-test</phase> <configuration> <!-- TODO: This is required because there's no prior (stable) version of oak-search. This should be removed once this module is released --> <skip>true</skip> </configuration> </execution> {noformat} -- This message was sent by Atlassian JIRA (v7.6.14#76016)