From 3b9b4b03eb805ea4d65cb19e2853004863d0630f Mon Sep 17 00:00:00 2001 From: ltheussl Date: Tue, 21 Feb 2006 06:00:45 +0000 Subject: [PATCH] PR: MPJAVA-30 Correct warning about target JVM version. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@379360 13f79535-47bb-0310-9956-ffa450edef68 --- java/plugin.jelly | 4 ++-- java/xdocs/changes.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/java/plugin.jelly b/java/plugin.jelly index edf1e572..5355c0d1 100644 --- a/java/plugin.jelly +++ b/java/plugin.jelly @@ -50,8 +50,8 @@ ========================================================== - NOTE: Targetting JVM ${java.specification.version}, classes - will not run on earlier JVMs + WARNING: maven.compile.target is not set: + using the default value which depends on your JVM ========================================================== diff --git a/java/xdocs/changes.xml b/java/xdocs/changes.xml index a0318063..99ffdac0 100644 --- a/java/xdocs/changes.xml +++ b/java/xdocs/changes.xml @@ -26,6 +26,7 @@ + Compiling gives incorrect warning about target JVM version. sourceModifications handled incorrectly when more than one clause present. Broken support for maven.compile.extdirs. Make a report with compiler output