From commits-return-60790-archive-asf-public=cust-asf.ponee.io@commons.apache.org Tue Jan 9 21:15:58 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id AC35C180718 for ; Tue, 9 Jan 2018 21:15:58 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9E165160C2D; Tue, 9 Jan 2018 20:15:58 +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 E4744160C17 for ; Tue, 9 Jan 2018 21:15:57 +0100 (CET) Received: (qmail 65438 invoked by uid 500); 9 Jan 2018 20:15:57 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 65429 invoked by uid 99); 9 Jan 2018 20:15:57 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jan 2018 20:15:57 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 7DC723A0199 for ; Tue, 9 Jan 2018 20:15:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1820694 - /commons/proper/commons-parent/trunk/pom.xml Date: Tue, 09 Jan 2018 20:15:56 -0000 To: commits@commons.apache.org From: joehni@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180109201556.7DC723A0199@svn01-us-west.apache.org> Author: joehni Date: Tue Jan 9 20:15:56 2018 New Revision: 1820694 URL: http://svn.apache.org/viewvc?rev=1820694&view=rev Log: new profile module-name to add 'Automatic-Module-Name' entry to the manifest Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1820694&r1=1820693&r2=1820694&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/pom.xml (original) +++ commons/proper/commons-parent/trunk/pom.xml Tue Jan 9 20:15:56 2018 @@ -39,6 +39,7 @@ maven-eclipse.xml .externalToolBuilders/** @@ -904,6 +906,7 @@ Version 39: .pmd src/site/resources/download_*.cgi src/site/resources/profile.* + profile.* maven-eclipse.xml .externalToolBuilders/** @@ -951,6 +954,35 @@ Version 39: + + + + + + module-name + + + profile.module-name + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + ${commons.module.name} + + + + +