Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-32224

Upgrade maven-resources-plugin to 3.3.1

    XMLWordPrintable

    Details

    • Type: Task
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 2021.48, 2023.6
    • Component/s: CI/CD

      Description

      From Michaƫl Vachette:

      I have been running into serious slowness when compiling plugins for LTS2023 on a windows laptop. The culprit is the Apache Maven Resources Plugin 2.7 from 2012. As a workaround I add the following to pom files.

       <build>
          <pluginManagement>
          <plugins>
            <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-resources-plugin</artifactId>
              <version>3.3.1</version>
            </plugin>
          </plugins>
          </pluginManagement>
        </build>
      

      Would you consider upgrading this dependency to the latest version at the platform pom level?

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: