Bug#839362: assertj-core: FTBFS: Could not resolve dependency cglib:cglib-nodep:jar:3.x

Emmanuel Bourg ebourg at apache.org
Sat Oct 1 22:55:25 UTC 2016


Control: retitle -1 assertj-core: FTBFS: Could not resolve dependency cglib:cglib-nodep:jar:3.x

Thank you for the report Lucas, I'm going to fix this issue. Just note
that the "No such file or directory" message you used in the bug title
isn't the cause of the build failure in this case, you'll see this with every
build using maven-debian-helper and it can be safely ignored. The
actual reason is given by Maven on the first [ERROR] line:

 [ERROR] Failed to execute goal on project assertj-core: Could not
 resolve dependencies for project org.assertj:assertj-core:bundle:2.3.0:
 Cannot access central (https://repo.maven.apache.org/maven2) in
 offline mode and the artifact cglib:cglib-nodep:jar:3.x has not been
 downloaded from it before. -> [Help 1]

This means that a dependency can't be resolved (here cglib:cglib-nodep:jar:3.x
which is currently subject to a transition).

Emmanuel Bourg



More information about the pkg-java-maintainers mailing list