From issues-return-85989-apmail-maven-issues-archive=maven.apache.org@maven.apache.org Fri Jul 5 16:10:35 2013 Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 144EFF915 for ; Fri, 5 Jul 2013 16:10:35 +0000 (UTC) Received: (qmail 44990 invoked by uid 500); 5 Jul 2013 16:10:34 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 44705 invoked by uid 500); 5 Jul 2013 16:10:32 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 44697 invoked by uid 99); 5 Jul 2013 16:10:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jul 2013 16:10:31 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [199.193.192.100] (HELO codehaus01.managed.contegix.com) (199.193.192.100) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jul 2013 16:10:26 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 78583B1044 for ; Fri, 5 Jul 2013 11:10:05 -0500 (CDT) Date: Fri, 5 Jul 2013 11:10:05 -0500 (CDT) From: "Justin Wesley (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] (MSHARED-288) Allow Maven Archiver to not include pom.xml and/or pom.properties files MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 X-Virus-Checked: Checked by ClamAV on apache.org Justin Wesley created MSHARED-288: ------------------------------------- Summary: Allow Maven Archiver to not include pom.xml and/or pom.properties files Key: MSHARED-288 URL: https://jira.codehaus.org/browse/MSHARED-288 Project: Maven Shared Components Issue Type: New Feature Components: maven-archiver Affects Versions: maven-archiver-2.4 Reporter: Justin Wesley Priority: Minor Currently, when configuring the archive for a package, the developer can only include both pom.properties and pom.xml files, or neither of them. They can't pick to only include one or the other. Some projects may want to ability to determine programatically basic information of the jar they have by using the properties file, but not include the pom.xml file as it may contain information that may expose information about the build that could be specific to a build machine or have locations to a license file or have the license key in the pom.xml that should/can not be public. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira