From open-jpa-dev-return-2991-apmail-incubator-open-jpa-dev-archive=incubator.apache.org@incubator.apache.org Thu Mar 29 18:51:11 2007 Return-Path: Delivered-To: apmail-incubator-open-jpa-dev-archive@locus.apache.org Received: (qmail 86929 invoked from network); 29 Mar 2007 18:50:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Mar 2007 18:50:52 -0000 Received: (qmail 85292 invoked by uid 500); 29 Mar 2007 18:50:55 -0000 Delivered-To: apmail-incubator-open-jpa-dev-archive@incubator.apache.org Received: (qmail 85267 invoked by uid 500); 29 Mar 2007 18:50:55 -0000 Mailing-List: contact open-jpa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: open-jpa-dev@incubator.apache.org Delivered-To: mailing list open-jpa-dev@incubator.apache.org Received: (qmail 85250 invoked by uid 99); 29 Mar 2007 18:50:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2007 11:50:55 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2007 11:50:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 471EC714068 for ; Thu, 29 Mar 2007 11:50:26 -0700 (PDT) Message-ID: <15606582.1175194226287.JavaMail.jira@brutus> Date: Thu, 29 Mar 2007 11:50:26 -0700 (PDT) From: "Michael Dick (JIRA)" To: open-jpa-dev@incubator.apache.org Subject: [jira] Updated: (OPENJPA-194) Correct suffixes of build artifacts to elimiate '-all' and '-project' In-Reply-To: <32419972.1175191525129.JavaMail.jira@brutus> 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/OPENJPA-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick updated OPENJPA-194: --------------------------------- Attachment: OpenJPA-194-1.patch.txt The attached patch should resolve the first part of the problem. It's just a matter of adding openjpa-${version}.${extension} to the assembly xml file. I'm not sure about the second part of the problem. There should be a similar way to override the -project suffix, but I haven't been able to find it. HTH, sorry if I'm butting in. > Correct suffixes of build artifacts to elimiate '-all' and '-project' > --------------------------------------------------------------------- > > Key: OPENJPA-194 > URL: https://issues.apache.org/jira/browse/OPENJPA-194 > Project: OpenJPA > Issue Type: Sub-task > Components: build / infrastructure > Affects Versions: 0.9.0, 0.9.6 > Reporter: Marc Prud'hommeaux > Assigned To: Marc Prud'hommeaux > Priority: Minor > Fix For: 0.9.7 > > Attachments: OpenJPA-194-1.patch.txt > > > The aggregate jar that is built with OpenJPA is currently named "openjpa-all-0.9.7-VERSION.jar". It would be nice to change this to be just "openjpa-0.9.7-VERSION.jar". -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.