Details
Description
During our build we see lots of messages like this:
Searching in repository : http://localhost:9999/repository
Error retrieving artifact from http://localhost:9999/repository: org.apache.maven.wagon.TransferFailedException: Failed to trasfer file: http://localhost:9999/repository//xxxx/jars/general-web-SNAPSHOT.jar. Return code is: 500
Artifact /xxxx/jars/general-web-SNAPSHOT.jar doesn't exist in remote repository, but it exists locally.
It looks like an extra slash is being pre-pended so that the artifact URI starts with two slashes.
Turned out to be a weird maven-proxy config error.