diff --git a/java/plugin.properties b/java/plugin.properties index cef7315f..0b895aa8 100644 --- a/java/plugin.properties +++ b/java/plugin.properties @@ -18,4 +18,5 @@ # P L U G I N P R O P E R T I E S # ------------------------------------------------------------------- -maven.compile.log=${maven.build.dir}/compile.log \ No newline at end of file +maven.compile.log=${maven.build.dir}/compile.log +maven.compile.deprecation=on diff --git a/java/xdocs/changes.xml b/java/xdocs/changes.xml index 99ffdac0..8efc2a4d 100644 --- a/java/xdocs/changes.xml +++ b/java/xdocs/changes.xml @@ -26,6 +26,7 @@ + Set maven.compile.deprecation=on by default. Compiling gives incorrect warning about target JVM version. sourceModifications handled incorrectly when more than one clause present. Broken support for maven.compile.extdirs.