Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2BA58192A7 for ; Thu, 14 Apr 2016 17:32:10 +0000 (UTC) Received: (qmail 18074 invoked by uid 500); 14 Apr 2016 17:32:07 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 17999 invoked by uid 500); 14 Apr 2016 17:32:07 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 17969 invoked by uid 99); 14 Apr 2016 17:32:06 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Apr 2016 17:32:06 +0000 Received: by minotaur.apache.org (Postfix, from userid 6004) id 9F91F192A2; Thu, 14 Apr 2016 17:32:06 +0000 (UTC) To: announce@maven.apache.org Subject: [ANN] Apache Maven Shared Component: Maven Archiver Version 3.0.1 Released Cc: dev@maven.apache.org,users@maven.apache.org Message-Id: <20160414173206.9F91F192A2@minotaur.apache.org> Date: Thu, 14 Apr 2016 17:32:06 +0000 (UTC) From: khmarbaise@apache.org (Karl Heinz Marbaise) The Apache Maven team is pleased to announce the release of the Apache Maven Source Plugin Version 3.0.0. https://maven.apache.org/plugins/maven-source-plugin/ The Source Plugin creates a jar archive of the source files of the current project. The jar file is, by default, created in the project's target directory. Important Notes: * Maven 3.X only * JDK 6 minimum requirement You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-source-plugin 3.0.0 You can download the appropriate sources etc. from the download page: http://maven.apache.org/plugins/maven-source-plugin/download.html Release Note Apache Maven Source Plugin Version 3.0.0 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317924&version=12331545 Bug: * [MSOURCES-81] - allow sources jar to contain Maven descriptor Improvements: * [MSOURCES-75] - Update version of plexus-archiver to 2.7 * [MSOURCES-76] - Upgrade from maven-plugins version 25 to 26 * [MSOURCES-77] - Upgrade maven-archiver from 2.5 to 2.6 * [MSOURCES-78] - Upgrade plexus-archiver 2.7 to 2.8.4 * [MSOURCES-79] - Upgrade to maven-plugins parent version 27 * [MSOURCES-80] - Upgrade plexus-archiver to 2.10.2 * [MSOURCES-82] - Make naming of properties consistent to the plugin name. * [MSOURCES-83] - Make Plugin only Maven 3.0 minimum * [MSOURCES-84] - Change package name from org.apache.maven.plugin to org.apache.maven.plugins * [MSOURCES-85] - Upgrade plexus-archiver to 3.0.1 * [MSOURCES-86] - Upgrade maven-archiver to 3.0.0 * [MSOURCES-88] - Upgrade plexus-utils to 3.0.22 * [MSOURCES-89] - Using plugin parent version 28 * [MSOURCES-90] - Upgrade junit to 4.11 * [MSOURCES-91] - Added several properties for parameters * [MSOURCES-92] - Generate Maven Descriptor by default * [MSOURCES-93] - Upgrade plexus-archiver from 3.0.1 to 3.0.3 Enjoy, -The Apache Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org