Bug#769804: jarjar-maven-plugin: FTBFS against rebuilt packages: Failed to resolve artifact ant

Emmanuel Bourg ebourg at apache.org
Sun Nov 16 23:04:49 UTC 2014


Daniel confirmed privately he rebuilt velocity locally. The pom.xml file
in velocity has a dependency on ant with the scope 'provided'. The
recent versions of maven-debian-helper no longer inject this kind of
dependencies in the package dependencies (because the provided
dependencies are usually satisfied at runtime by a container. This is
typical with the dependencies on the Servlet and the OSGi APIs). So here
the rebuilt velocity package lacks the dependency on ant and breaks
jarjar-maven-plugin.

Thank you for spotting this issue Daniel. I'm going to add the missing
build dependency on Ant.



More information about the pkg-java-maintainers mailing list