79572779

Date: 2025-04-14 09:28:07
Score: 2
Natty:
Report link

Have the same problem. My solution is to add distributionManagement tag to main pom:

...
</dependencyManagement>

<distributionManagement>
    <repository>
        <id>...</id>
        <url>https://nexus..../releases/</url>
    </repository>
</distributionManagement>
Reasons:
  • Whitelisted phrase (-1): solution is
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): Have the same problem
  • Low reputation (0.5):
Posted by: Antony Glim