You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Vikas Saurabh (JIRA)" <ji...@apache.org> on 2019/07/19 18:36:00 UTC

[jira] [Created] (OAK-8497) Remove oak-search-elastic declaration to skip baseline plugin

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)