Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 52934 invoked from network); 6 May 2009 14:46:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 May 2009 14:46:53 -0000 Received: (qmail 2616 invoked by uid 500); 6 May 2009 14:46:53 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 2586 invoked by uid 500); 6 May 2009 14:46:53 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 2576 invoked by uid 99); 6 May 2009 14:46:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2009 14:46:53 +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; Wed, 06 May 2009 14:46:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4C5B7234C003 for ; Wed, 6 May 2009 07:46:30 -0700 (PDT) Message-ID: <11088214.1241621190304.JavaMail.jira@brutus> Date: Wed, 6 May 2009 07:46:30 -0700 (PDT) From: "Donald Woods (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Updated: (OPENJPA-1063) Create a new openjpa-all artifact to include runtime depends In-Reply-To: <259324125.1241548710272.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/OPENJPA-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1063: ---------------------------------- Attachment: OPENJPA-1063-13x.patch Patch for the 1.3.x branch that: 1) copies the existing openjpa-all/pom.xml to openjpa/pom.xml to match the artifact name being created 2) updates openjpa-all/pom.xml to generate a openjpa-all artifact that includes the runtime dependencies in the jar 3) updates openjpa-integration/tck/pom.xml to use the new openjpa directory instead of the previous openjpa-all 4) updates the binary assembly in openjpa-project to also include the openjpa-all artifact > Create a new openjpa-all artifact to include runtime depends > ------------------------------------------------------------ > > Key: OPENJPA-1063 > URL: https://issues.apache.org/jira/browse/OPENJPA-1063 > Project: OpenJPA > Issue Type: Improvement > Components: build / infrastructure > Affects Versions: 1.0.3, 1.1.0, 1.2.1 > Reporter: Donald Woods > Assignee: Donald Woods > Priority: Minor > Fix For: 1.3.0, 2.0.0 > > Attachments: OPENJPA-1063-13x.patch > > > I've noticed several threads on the users list where we keep getting questions about the runtime dependencies needed for OpenJPA and would like to use this JIRA to: > 1) rename the current trunk/openjpa-all directory to trunk/openjpa to properly match the OpenJPA aggregate artifact name of openjpa-${version}.jar used today. > 2) create a new /trunk/openjpa-all/pom.xml which creates a OpenJPA + depends aggregate artifact openjpa-all-${version}.jar, which users can grab if they want all of the runtime dependencies (OpenJPA, Commons, Geronimo Specs and Serp). This would not include any Derby, ANT, Postgresql or IBM dependencies. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.