Bug#737994: fails to build on wheezy

Emmanuel Bourg ebourg at apache.org
Fri Feb 7 12:52:03 UTC 2014


On Wheezy the maven-compiler-plugin defaults to the Java 1.3 language
level. The version in unstable/testing is more recent and defaults to
1.5. To solve this you have to add this to debian/maven.properties:

    maven.compiler.source=1.5
    maven.compiler.target=1.5

Emmanuel Bourg



More information about the pkg-java-maintainers mailing list