You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've recently seen reliable build failures for the EncyclopeDIA project (https://bitbucket.org/searleb/encyclopedia/wiki/Home) that are seemingly caused by the xxindex POM defining a repository using an HTTP URL, but Maven 3.6.3 chokes on that server's redirect to HTTPS which uses an HTTP 308:
[ERROR] Failed to execute goal on project encyclopedia: Could not resolve dependencies for project maccoss:encyclopedia:jar:0.9.7-SNAPSHOT: Failed to collect dependencies at uk.ac.ebi.pride.utilities:pride-mod:jar:2.1.9 -> uk.ac.ebi.pride.architectural:pride-xml-handling:pom:1.0.1 -> psidev.psi.tools:xxindex:jar:0.21 -> net.sourceforge.cpdetector:cpdetector:jar:1.0.7: Failed to read artifact descriptor for net.sourceforge.cpdetector:cpdetector:jar:1.0.7: Could not transfer artifact net.sourceforge.cpdetector:cpdetector:pom:1.0.7 from/to sammoa-group (http://maven.nuiton.org/nexus/content/repositories/sammoa-group/): Transfer failed for http://maven.nuiton.org/nexus/content/repositories/sammoa-group/net/sourceforge/cpdetector/cpdetector/1.0.7/cpdetector-1.0.7.pom 308 Permanent Redirect -> [Help 1]
Do you have any suggestions for resolving this issue? I don't know of any way to avoid this error without producing a new version of the POM containing the HTTPS repository URL, which of course I'd need your help with.
The text was updated successfully, but these errors were encountered:
We've recently seen reliable build failures for the EncyclopeDIA project (https://bitbucket.org/searleb/encyclopedia/wiki/Home) that are seemingly caused by the xxindex POM defining a repository using an HTTP URL, but Maven 3.6.3 chokes on that server's redirect to HTTPS which uses an HTTP 308:
[ERROR] Failed to execute goal on project encyclopedia: Could not resolve dependencies for project maccoss:encyclopedia:jar:0.9.7-SNAPSHOT: Failed to collect dependencies at uk.ac.ebi.pride.utilities:pride-mod:jar:2.1.9 -> uk.ac.ebi.pride.architectural:pride-xml-handling:pom:1.0.1 -> psidev.psi.tools:xxindex:jar:0.21 -> net.sourceforge.cpdetector:cpdetector:jar:1.0.7: Failed to read artifact descriptor for net.sourceforge.cpdetector:cpdetector:jar:1.0.7: Could not transfer artifact net.sourceforge.cpdetector:cpdetector:pom:1.0.7 from/to sammoa-group (http://maven.nuiton.org/nexus/content/repositories/sammoa-group/): Transfer failed for http://maven.nuiton.org/nexus/content/repositories/sammoa-group/net/sourceforge/cpdetector/cpdetector/1.0.7/cpdetector-1.0.7.pom 308 Permanent Redirect -> [Help 1]
(see https://bitbucket.org/searleb/encyclopedia/addon/pipelines/home#!/results/56)
Do you have any suggestions for resolving this issue? I don't know of any way to avoid this error without producing a new version of the POM containing the HTTPS repository URL, which of course I'd need your help with.
The text was updated successfully, but these errors were encountered: