Return-Path: Delivered-To: apmail-maven-announce-archive@locus.apache.org Received: (qmail 43855 invoked from network); 26 Mar 2006 23:01:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Mar 2006 23:01:58 -0000 Received: (qmail 29946 invoked by uid 500); 26 Mar 2006 23:01:50 -0000 Delivered-To: apmail-maven-announce-archive@maven.apache.org Received: (qmail 29823 invoked by uid 500); 26 Mar 2006 23:01:48 -0000 Mailing-List: contact announce-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@maven.apache.org Delivered-To: mailing list announce@maven.apache.org Received: (qmail 29788 invoked by uid 99); 26 Mar 2006 23:01:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Mar 2006 15:01:48 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [142.90.100.191] (HELO trshare.triumf.ca) (142.90.100.191) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Mar 2006 15:01:47 -0800 Received: from localhost (lukas.triumf.ca [142.90.114.35]) by trshare.triumf.ca (8.12.11.20060308/8.12.10) with SMTP id k2QN1RZQ019415; Sun, 26 Mar 2006 15:01:27 -0800 Date: Sun, 26 Mar 2006 15:01:27 -0800 Message-Id: <200603262301.k2QN1RZQ019415@trshare.triumf.ca> From: ltheussl@apache.org To: users@maven.apache.org, dev@maven.apache.org, announce@maven.apache.org Subject: [ANN] Maven Java Plugin 1.6 for Maven 1.x released X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N We are pleased to announce the Maven Java Plugin 1.6 release! http://maven.apache.org/maven-1.x/plugins/java/ =============================================================================== Changes in this version include: New Features: o New property maven.compile.failonerror. Fixes MPJAVA-41. o New property maven.compile.debuglevel. Fixes MPJAVA-32. o New property maven.compile.nowarn. Fixes MPJAVA-44. o Make a report with compiler output Fixes MPJAVA-40. Thanks to Ron Gallagher. o Capture Deprecation Warnings. Fixes MPJAVA-34. Fixed bugs: o Compile fails using forked compiler when directory contains spaces. Fixes MPJAVA-4. o Also check for ${maven.gen.src}before compiling. Fixes MPJAVA-42. o Set maven.compile.deprecation=onby default. Fixes MPJAVA-23. o Compiling gives incorrect warning about target JVM version. Fixes MPJAVA-30. o sourceModificationshandled incorrectly when more than one clause present. Fixes MPJAVA-38. Thanks to Ignacio G. Mac Dowell. o Broken support for maven.compile.extdirs. Fixes MPJAVA-43. =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/ -DgroupId=maven -DartifactId=maven-java-plugin -Dversion=1.6 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-java-plugin-1.6.jar Have fun! -The Maven Java Plugin development team