From dev-return-95934-apmail-cocoon-dev-archive=cocoon.apache.org@cocoon.apache.org Thu Aug 02 12:38:58 2007 Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 88767 invoked from network); 2 Aug 2007 12:38:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Aug 2007 12:38:56 -0000 Received: (qmail 45908 invoked by uid 500); 2 Aug 2007 12:38:56 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 45573 invoked by uid 500); 2 Aug 2007 12:38:54 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 45562 invoked by uid 99); 2 Aug 2007 12:38:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2007 05:38:54 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [68.230.240.48] (HELO eastrmmtao106.cox.net) (68.230.240.48) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2007 12:38:49 +0000 Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao106.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20070802123827.RLAS9298.eastrmmtao106.cox.net@eastrmimpo02.cox.net> for ; Thu, 2 Aug 2007 08:38:27 -0400 Received: from mybook.local ([24.255.120.190]) by eastrmimpo02.cox.net with bizsmtp id X0eS1X00946aSr40000000; Thu, 02 Aug 2007 08:38:26 -0400 Message-ID: <46B1D036.3040303@reverycodes.com> Date: Thu, 02 Aug 2007 08:38:14 -0400 From: Vadim Gritsenko User-Agent: Thunderbird 2.0.0.5 (Macintosh/20070716) MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: pom poms References: <46AF42C2.7020103@reverycodes.com> <46AF45E3.6010304@apache.org> <46AFD411.3010102@reverycodes.com> <46B02E92.7040805@apache.org> <46B113C7.9020003@reverycodes.com> <46B17C14.5050808@apache.org> In-Reply-To: <46B17C14.5050808@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Carsten Ziegeler wrote: > Vadim Gritsenko wrote: >> I get it... But this comes at a great price of not being able to build >> Cocoon ^^^^^^ >> with sane amount of work. What I would like to avoid is to do >> something like this manually: >> >> * rm -rf ~/.m2/repository/org/apache/cocoon >> * Checkout cocoon-configurator-api tag 1.0.0 >> * mvn install >> * mvn source:jar >> * Checkout cocoon-spring-configurator tag 1.0.1 >> * mvn install >> * mvn source:jar >> * Checkout cocoon-doohickey-ho tag 1.2.3 > I want that one! Where is it? :) > >> * mvn install >> * mvn source:jar >> * (... repeat another 100 times ...) >> >> What I would like to do is: >> >> * rm -rf ~/.m2/repository/org/apache/cocoon >> * Checkout cocoon tag 2.2-RC1 >> * mvn install >> * mvn source:jar >> >> I see how I can do former for all artifacts comprising current RC1 >> release; do you have a suggestion on how to do latter? > Hmm, sorry I don't get your problem I want to build Cocoon :) Including, let's say, configurator-api-1.0.0. I don't want it to be downloaded - I want to build it. :) Vadim > - if a module is refering to a > released artifact of cocoon, let's say configurator-api 1.0.0, than this > is in the global repository. Sure if you remove your whole local > repository, then you ran into problems when building with -o option. > But why do you want to delete your local repository? > I would replace the "rm -rf ~/.m2/repository/org/apache/cocoon" > with a version that only removes snapshot from the mentioned directory. > That should solve your problem I think. > > Carsten