From mime4j-dev-return-106-apmail-james-mime4j-dev-archive=james.apache.org@james.apache.org Wed Feb 04 20:52:44 2009 Return-Path: Delivered-To: apmail-james-mime4j-dev-archive@minotaur.apache.org Received: (qmail 42895 invoked from network); 4 Feb 2009 20:52:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2009 20:52:44 -0000 Received: (qmail 14616 invoked by uid 500); 4 Feb 2009 20:52:44 -0000 Delivered-To: apmail-james-mime4j-dev-archive@james.apache.org Received: (qmail 14588 invoked by uid 500); 4 Feb 2009 20:52:44 -0000 Mailing-List: contact mime4j-dev-help@james.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mime4j-dev@james.apache.org Delivered-To: mailing list mime4j-dev@james.apache.org Received: (qmail 14568 invoked by uid 99); 4 Feb 2009 20:52:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 12:52:44 -0800 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; Wed, 04 Feb 2009 20:52:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A6428234C4B3 for ; Wed, 4 Feb 2009 12:52:00 -0800 (PST) Message-ID: <889315852.1233780720680.JavaMail.jira@brutus> Date: Wed, 4 Feb 2009 12:52:00 -0800 (PST) From: "Robert Burrell Donkin (JIRA)" To: mime4j-dev@james.apache.org Subject: [jira] Closed: (MIME4J-20) Fix duplicated generation of source/sources jars for maven repository MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MIME4J-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Burrell Donkin closed MIME4J-20. --------------------------------------- Closing all issues fixed previously, after a brief review of each. > Fix duplicated generation of source/sources jars for maven repository > --------------------------------------------------------------------- > > Key: MIME4J-20 > URL: https://issues.apache.org/jira/browse/MIME4J-20 > Project: JAMES Mime4j > Issue Type: Bug > Affects Versions: 0.3 > Reporter: Stefano Bagnara > Assignee: Stefano Bagnara > Fix For: 0.4 > > Attachments: mime4j-source.patch > > > Currently we generate a source.jar using the assembly plugin and a sources.jar using the maven source plugin. > The original goal was to have original sources in one of them and the generated java files + original java in the other but this didn't work, so either we fix it or we remove the one generated by the sources plugin (that seems buggy in relation to the position of some generated file) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.