Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-13376

Replace deprecated Maven Surefire option forkMode with forkCount reuseForks

    XMLWordPrintable

Details

    • Task
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • None
    • 12.6.11, 13.4.4, 14.3.0
    • None
    • None
    • Pulsar
    • Pulsar 235 - Eng OKRs

    Description

      Maven indicates forkMode is deprecate and needs to be replaced with forkCount & reuseForks.

      [WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead.

      Exact mapping of the values can be found on: 

      https://maven.apache.org/surefire/maven-surefire-plugin/examples/fork-options-and-parallel-execution.html

      Grep results for forkMode:

      ./enterprise/reporting-dashboard/frontend/pom.xml:          <forkMode>always</forkMode>

      ./enterprise/targeting/frontend/pom.xml:          <forkMode>always</forkMode>

      ./enterprise/targeting/frontend-api/pom.xml:          <forkMode>always</forkMode>

      ./community/repository/deprecated/facetsearch/pom.xml:            <!-<forkMode>once</forkMode>->

      ./community/repository/deprecated/facetselectmirror/pom.xml:            <!-<forkMode>once</forkMode>->

      ./community/commons/pom.xml:          <forkMode>always</forkMode>

      Attachments

        Activity

          People

            Unassigned Unassigned
            abanck Arent-Jan Banck (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: