79767085

Date: 2025-09-17 09:08:04
Score: 1.5
Natty:
Report link

You need to ensure the os-maven-plugin runs before other plugins that depend on the properties it sets. You can achieve this by moving the os-maven-plugin from the <build><extensions> section to the <build><plugins> section of your pom.xml.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Shiva