Return-Path: Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: (qmail 12651 invoked from network); 15 Jan 2010 13:18:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jan 2010 13:18:26 -0000 Received: (qmail 31989 invoked by uid 500); 15 Jan 2010 13:18:26 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 31919 invoked by uid 500); 15 Jan 2010 13:18:26 -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 31909 invoked by uid 99); 15 Jan 2010 13:18:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2010 13:18:25 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2010 13:18:16 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 942B714A8242 for ; Fri, 15 Jan 2010 07:17:55 -0600 (CST) Date: Fri, 15 Jan 2010 07:17:55 -0600 (CST) From: "Elisha Ebenezer (JIRA)" To: issues@maven.apache.org Message-ID: <10045747.63726.1263561475602.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Created: (MASSEMBLY-465) unable to customize manifest while specifying my own descriptor file MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 unable to customize manifest while specifying my own descriptor file -------------------------------------------------------------------- Key: MASSEMBLY-465 URL: http://jira.codehaus.org/browse/MASSEMBLY-465 Project: Maven 2.x Assembly Plugin Issue Type: Bug Affects Versions: 2.2-beta-5 Environment: windows Reporter: Elisha Ebenezer I've configured my maven-jar-plugin and maven-assembly-plugin to add 'lib/' prefix to Classpath entries in the manifest file for project-artifact jar. as below true lib/ I've created my own assembly descriptor to do: 1. Place project artifact in / folder 2. Place all the dependencies (excluding project artifact) in /lib folder dist zip ${project.build.directory} / *.jar false lib I expected the following behavior: 1. artifact jar in build directory should have manifest as mentioned in the arhive configuration. 2. artifact jar in assembly jar should also have manifest as mentioned above. BUT, I observed the following: 1. artifact jar in build directory is* having manifest as mentioned in archive config. 2. artifact jar in assembly is *NOT* having the manifest as mentioned. a. classpath has ONLY compile time dependencies and NOT runtime dependencies b. And also, lib prefix is NOT present. I'm not sure whether I've got my descriptor wrong or whether there is some serious bug in the plugin. Please investigate. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira