It looks like the relocation in libspring-java is ok, but there is a corner case that fails in the following conditions: - the project depends on a relocate artifact R (here activemq-kahadb-store depends on spring-context:3.x). R is relocated to R' - R' has a dependency on an artifact D with a relocation (spring-context:debian depends on spring-aop:debian, and spring-aop:3.x is relocated to spring-aop:debian) - the project contains a dependencyManagement section using the relocated version for D (the root pom of activemq defines the version 3.x for spring-aop) - the maven-javadoc-plugin is invoked
This looks like a bug in Maven, so if other packages are affected we'll have to update them as well. __ This is the maintainer address of Debian's Java team <http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.

