Return-Path: Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: (qmail 20440 invoked from network); 4 Jun 2009 07:42:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Jun 2009 07:42:59 -0000 Received: (qmail 74341 invoked by uid 500); 4 Jun 2009 07:43:11 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 74244 invoked by uid 500); 4 Jun 2009 07:43:11 -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 74230 invoked by uid 99); 4 Jun 2009 07:43:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jun 2009 07:43:10 +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; Thu, 04 Jun 2009 07:43:02 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 0168214A81A1 for ; Thu, 4 Jun 2009 02:42:42 -0500 (CDT) Message-ID: <16074049.112981244101361983.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Thu, 4 Jun 2009 02:42:41 -0500 (CDT) From: "Krashan Brahmanjara (JIRA)" To: issues@maven.apache.org Subject: [jira] Commented: (MSOURCES-46) Manifest generation doesn;t work In-Reply-To: <27676434.73881243599042826.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MSOURCES-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=179263#action_179263 ] Krashan Brahmanjara commented on MSOURCES-46: --------------------------------------------- OK. There was probably some issues with Maven (2.1) main configuration, latest version of this plugin was not automatically uploaded.. I complete above maven-source-plugin configuration with LATEST and wersion 2.1 was downloaded. Problem is closed. > Manifest generation doesn;t work > -------------------------------- > > Key: MSOURCES-46 > URL: http://jira.codehaus.org/browse/MSOURCES-46 > Project: Maven 2.x Source Plugin > Issue Type: Bug > Affects Versions: 2.1 > Environment: Maven 2.1, cuurent plugin > Reporter: Krashan Brahmanjara > > On source:jat manifest.mf contain only that > Manifest-Version: 1.0 > Archiver-Version: Plexus Archiver > Created-By: 11.3-b02 (Sun Microsystems Inc.) > My plugin is configured to get full information and put it in jar. The same configuration works weel for javadoc-plugin, jar-plugin, ejb-plugin. > {code:xml} > > org.apache.maven.plugins > maven-source-plugin > > UTF-8 > UTF-8 > true > > > true > false > > > ${env.COMPUTERNAME} > ${env.COMPUTERNAME} > ${compile.source} > ${compile.target} > ${java.class.version} > ${os.name}/${os.version}/${os.arch} > ${project.description} > > ${basedir}\.revision > > > > > attach-sourcedocs > verify > > jar > > > > > {code} -- 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