79095722

Date: 2024-10-16 20:33:21
Score: 0.5
Natty:
Report link

I don't know why all the errors I had were so unhelpful and all the documentation I found didn't say this, but the issue was this:

My custom repository block in pom.xml needed this change:

<url>file://SHAREDSERVER/custom/repo</url>

should have been

<url>file:\\SHAREDSERVER\custom\repo</url>

Note the direction of \ vs. /! This is the direction of the slashes as used in Windows file explorer! (This is for a repository that is on a shared network location.)

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Izek H