Bug#763646: sisu-ioc: FTBFS due to missing maven artifact

Markus Koschany apo at gambaru.de
Wed Oct 1 14:54:03 UTC 2014


Source: sisu-ioc
Version: 2.3.0-5
Severity: serious


Hello,

currently sisu-ioc fails to build from source apparently because of a
missing or wrong dependency. I believe the issue is independent from
#761522 hence I'm reporting this as a separate bug.

Snippet from the build log:

[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) cglib:cglib-nodep:jar:debian

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=cglib
-DartifactId=cglib-nodep -Dversion=debian -Dpackaging=jar
-Dfile=/path/to/file

Alternatively, if you host your own repository you can
deploy the file there:
mvn deploy:deploy-file -DgroupId=cglib
-DartifactId=cglib-nodep -Dversion=debian
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]

Path to dependency:
1) org.apache.felix:maven-bundle-plugin:maven-plugin:2.3.7
2) org.apache.felix:org.apache.felix.bundlerepository:jar:debian
3) org.easymock:easymock:jar:debian
4) cglib:cglib-nodep:jar:debian

----------
1 required artifact is missing.

for artifact:
org.apache.felix:maven-bundle-plugin:maven-plugin:2.3.7



-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



More information about the pkg-java-maintainers mailing list