Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 10910 invoked from network); 30 Jun 2006 18:16:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jun 2006 18:16:18 -0000 Received: (qmail 16506 invoked by uid 500); 30 Jun 2006 18:16:15 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 16470 invoked by uid 500); 30 Jun 2006 18:16:15 -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 16456 invoked by uid 99); 30 Jun 2006 18:16:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jun 2006 11:16:15 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jason.dillon@gmail.com designates 64.233.166.181 as permitted sender) Received: from [64.233.166.181] (HELO py-out-1112.google.com) (64.233.166.181) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jun 2006 11:16:14 -0700 Received: by py-out-1112.google.com with SMTP id d80so769379pyd for ; Fri, 30 Jun 2006 11:15:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:subject:date:to:x-mailer:from:sender; b=fzN9wTKUFSfjBQ7ZCePblxnF2SBJH9ze1nLGQx0fkEgEIw1a3YdosRxDQZsDSxeNxzKGzhNeFTWEb/dULgI5ZR3vbTuA/FaaVww1YPy5ayHyfZ8b80qI7jwzcipn9LQbc3GEqbKl68M+Pz9CS5LVYR4Y+4UKJOSJZRo50r5sPmA= Received: by 10.35.135.12 with SMTP id m12mr737860pyn; Fri, 30 Jun 2006 11:15:53 -0700 (PDT) Received: from ?10.0.1.5? ( [67.180.143.96]) by mx.gmail.com with ESMTP id f14sm13944qba.2006.06.30.11.15.52; Fri, 30 Jun 2006 11:15:53 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <50FC8915-E8F8-4A0C-AEEB-BBDCDB33C62D@yahoo.com> References: <20060630160706.98619.qmail@web31715.mail.mud.yahoo.com> <44A5653D.9060308@apache.org> <50FC8915-E8F8-4A0C-AEEB-BBDCDB33C62D@yahoo.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit Subject: Re: [RTC] - Fix top pom to reference right plugin Date: Fri, 30 Jun 2006 11:15:43 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.2) From: Jason Dillon Sender: Jason Dillon X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N >> I think its by coincidence that we have 1.2-SNAPSHOT for both the >> plugin >> and the G codebase...if its not coincidence, then it shouldn't be. >> IMHO, the plugin should be versioned differently. In fact...I may >> even >> go as far as to say, the packaging plugin can be useful outside of >> geronimo itself (people building their own packages, etc) and >> probably >> should be in its own tree or even be a mojo. I am personally against >> locking the G verison to the plugin version...I would like to see >> them >> seperated. > > Can you explain how this could possibly work since the packaging > plugin uses geronimo core code to do all its work? How can it > possibly make sense to version something that is a way of running > some code in maven differently than the code that is being run? Short-term I do not believe it can... And I don't think we should try to resolve this until we have a functional m2 build. After we are up on m2 then we can fix issues like this, but I believe it is premature to try to do so now. --jason