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

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to