Menu

#266 Cannot compile frontendbase using maven

trunk
open
nobody
None
1 - Low
2017-12-04
2017-12-04
chahuistle
No

I am not sure since when this one is around, but I just noticed it after cleaning my maven repository. When I try to build frontendbase using maven from trunk, I get the following error:

Failed to execute goal on project frontendbase: Could not resolve dependencies for project hu.sztaki.lpds.guse:frontendbase:jar:3.7.5: Failed to collect dependencies at de.fzj.unicore:unicore6-api:jar:6.1: Failed to read artifact descriptor for de.fzj.unicore:unicore6-api:jar:6.1: Could not transfer artifact de.fzj.unicore:unicore6-api:pom:6.1 from/to in2p3 (http://grid.in2p3.fr/maven2/): Access denied to: http://grid.in2p3.fr/maven2/de/fzj/unicore/unicore6-api/6.1/unicore6-api-6.1.pom , ReasonPhrase:Forbidden. -> [Help 1]

If I comment out the grid.in2p3.fr/maven2 repository on the parent pom.xml and try again, maven still complains that there's a missing dependency like so:

Failed to execute goal on project frontendbase: Could not resolve dependencies for project hu.sztaki.lpds.guse:frontendbase:jar:3.7.5: Could not find artifact de.fzj.unicore:unicore6-api:jar:6.1 in cental (http://repo.maven.apache.org/maven2/) -> [Help 1]

It seems that the repository located at grid.in2p3.fr/maven2 is no longer available and this seems to be the only place where the required unicore6-api dependency is located.

Discussion


Log in to post a comment.