79302643

Date: 2024-12-23 09:14:49
Score: 1.5
Natty:
Report link

The latest version of the plugin, copy-rename-maven-plugin, dates back to 2014, and among its dependencies is the version 1.5.8 of pluxus-utils. However, during the build process, the version of plexus-utils that gets downloaded is not 1.5.8, but rather 3.5.1. The discrepancy in the version of plexus-utils being used can be attributed to Maven's dependency resolution. When multiple versions are present, Maven tends to choose the most recent one, which could result in the use of a newer version of plexus-utils.

Solution

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: tomosnam