Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 74913 invoked from network); 28 Nov 2006 23:33:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Nov 2006 23:33:49 -0000 Received: (qmail 7331 invoked by uid 500); 28 Nov 2006 23:33:55 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 6997 invoked by uid 500); 28 Nov 2006 23:33:53 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 6982 invoked by uid 99); 28 Nov 2006 23:33:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Nov 2006 15:33:52 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Tue, 28 Nov 2006 15:33:42 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 760147142F9 for ; Tue, 28 Nov 2006 15:33:22 -0800 (PST) Message-ID: <2107969.1164756802480.JavaMail.jira@brutus> Date: Tue, 28 Nov 2006 15:33:22 -0800 (PST) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-2603) Building 1.2 if there are 2.0 artifacts in the repo results in mostly 2.0 artifacts in the server. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Building 1.2 if there are 2.0 artifacts in the repo results in mostly 2.0 artifacts in the server. -------------------------------------------------------------------------------------------------- Key: GERONIMO-2603 URL: http://issues.apache.org/jira/browse/GERONIMO-2603 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: buildsystem Affects Versions: 1.2, 2.0 Reporter: David Jencks Assigned To: David Jencks Fix For: 1.2, 2.0 PackageMojo basically uses the local maven repo to run geronimo off of. This only really works if only the versions of geronimo stuff you want are in the repo, otherwise you keep picking up later versions. Solution seems to be to make the repository adapter only let you see the transitive dependencies of the stuff in your pom. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira