Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 12520 invoked from network); 25 Aug 2009 21:21:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Aug 2009 21:21:58 -0000 Received: (qmail 22167 invoked by uid 500); 25 Aug 2009 21:22:23 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 22059 invoked by uid 500); 25 Aug 2009 21:22:23 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 21998 invoked by uid 99); 25 Aug 2009 21:22:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2009 21:22:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2009 21:22:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5C96B234C1E7 for ; Tue, 25 Aug 2009 14:21:59 -0700 (PDT) Message-ID: <566177723.1251235319378.JavaMail.jira@brutus> Date: Tue, 25 Aug 2009 14:21:59 -0700 (PDT) From: "Richard S. Hall (JIRA)" To: dev@felix.apache.org Subject: [jira] Assigned: (FELIX-1144) The NOTICE file for Main subproject is not correctly copied into the source JAR In-Reply-To: <2107536480.1242054705750.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FELIX-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall reassigned FELIX-1144: -------------------------------------- Assignee: Karl Pauls > The NOTICE file for Main subproject is not correctly copied into the source JAR > ------------------------------------------------------------------------------- > > Key: FELIX-1144 > URL: https://issues.apache.org/jira/browse/FELIX-1144 > Project: Felix > Issue Type: Task > Components: Framework > Reporter: Richard S. Hall > Assignee: Karl Pauls > Priority: Minor > Fix For: felix-2.0.0 > > > Karl was previously duplicating the NOTICE file in Main so that it would end up in the generated source JAR for release. This is error prone since we have to remember to edit it in two places and it is the only subproject with this issue, likely because it is the only subproject that needs to copy stuff around. We need to come up with a solution that allows us to only have one copy of the NOTICE file. > I have deleted the duplicated NOTICE file in src/main/resources/ for now, but this means there will be no NOTICE file in the source JAR. So we need to fix this before the next release. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.