Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CB27E200BFE for ; Mon, 16 Jan 2017 18:04:11 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C9DED160B41; Mon, 16 Jan 2017 17:04:11 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 44863160B28 for ; Mon, 16 Jan 2017 18:04:11 +0100 (CET) Received: (qmail 91289 invoked by uid 500); 16 Jan 2017 17:04:08 -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 90971 invoked by uid 99); 16 Jan 2017 17:04:08 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jan 2017 17:04:08 +0000 Received: from desktop-2khsk44 (5248749D.cm-4-1b.dynamic.ziggo.nl [82.72.116.157]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 5C34C1A0329; Mon, 16 Jan 2017 17:04:06 +0000 (UTC) Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes Date: Mon, 16 Jan 2017 18:04:04 +0100 To: announce@maven.apache.org, users@maven.apache.org, "jigsaw-dev@openjdk.java.net" Cc: dev@maven.apache.org Subject: [ANN] Apache Maven Compiler Plugin 3.6.1 Released MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Robert Scholte" Organization: Apache Software Foundation Message-ID: User-Agent: Opera Mail/12.17 (Win64) archived-at: Mon, 16 Jan 2017 17:04:12 -0000 The Apache Maven team is pleased to announce the release of the Apache Maven Compiler Plugin, version 3.6.1 Most important change is the support for test-compile when using JDK 9 build b148+ https://maven.apache.org/plugins/maven-compiler-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-compiler-plugin 3.6.1 You can download the appropriate sources etc. from the download page: https://maven.apache.org/plugins/maven-compiler-plugin/download.cgi Release Notes - Maven Compiler Plugin - Version 3.6.1 ** Bug * [MCOMPILER-282] - Remove link to non-existing Codehaus wiki * [MCOMPILER-284] - maven.test.skip doesn't skip test compilation * [MCOMPILER-287] - Adjust documentation module-info ** Documentation * [MCOMPILER-281] - Remove reference to Maven 1's Java plugin ** Improvement * [MCOMPILER-285] - Support test-compile for JDK 9 build b148+ Enjoy, -The Apache Maven team