Thank you for the report David.

This can be fixed by setting the compiler source/target level to 1.3.
The new version of maven-compiler-plugin defaults to 1.5 and breaks some
packages like felix-bundlerepository.

Setting the language level is done by adding these properties in
debian/maven.properties:

    maven.compiler.source=1.3
    maven.compiler.target=1.3

Emmanuel Bourg


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to