Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 39159 invoked from network); 6 Nov 2005 23:26:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Nov 2005 23:26:22 -0000 Received: (qmail 63833 invoked by uid 500); 6 Nov 2005 23:26:20 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 63766 invoked by uid 500); 6 Nov 2005 23:26:19 -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 63755 invoked by uid 99); 6 Nov 2005 23:26:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Nov 2005 15:26:19 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of agallardo@agssa.net designates 165.98.153.184 as permitted sender) Received: from [165.98.153.184] (HELO ags01.agssa.net) (165.98.153.184) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Nov 2005 15:26:13 -0800 Received: from [10.0.0.7] (apoyo.agssa.net [10.0.0.7]) by ags01.agssa.net (8.13.1/8.13.1) with ESMTP id jA6NPrKO007933 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 6 Nov 2005 17:25:56 -0600 Message-ID: <436E9101.3050503@agssa.net> Date: Sun, 06 Nov 2005 17:25:53 -0600 From: Antonio Gallardo Organization: AG Software, S. A. User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: [M10N] fixing repo for cocoon References: <436E6ED6.5010901@agssa.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Received-SPF: pass (ags01.agssa.net: 10.0.0.7 is whitelisted) receiver=ags01.agssa.net; client-ip=10.0.0.7; helo=[10.0.0.7]; envelope-from=agallardo@agssa.net; x-software=spfmilter 0.93 http://www.acme.com/software/spfmilter/; X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Jorg Heymans wrote: >Hi Antonio, > >Glad to see you've decided to get involved with M10N ;-) > > Just playing around! ;-) >I've updated the cocoon maven page on daisy [1], see section "the new >dependency doesn't use maven yet", step 5 and 6 should be what you're >looking for. Maybe this page should be made more accessible somehow, >it's not linked from the main page anywhere. > > Thanks for the hint. This is exactly what I was looking for! (I was not aware that I have access there.) :-) I just did the jdtcore-3.0.2.pom and jdtcore-3.0.2.pom.md5 Under "The new dependency doesn't use maven (yet)". Please add this info: The poms need to be added under: $M2_REPO/{groupId}/{artifactId}/poms/ ie: for jdtcore. this dir is: $M2_REPO/eclipse/jdtcore/poms/ ** Creating md5 ** For the md5, execute: On BSD: md5 -q [artifactId]-[version].pom > [artifactId]-[version].pom.md5 On Linux: md5sum [artifactId]-[version].pom > [artifactId]-[version].pom.md5 For sha1, execute: On BSD: sha1 -q [artifactId]-[version].pom > [artifactId]-[version].pom.sha1 On Linux: sha1sum [artifactId]-[version].pom > [artifactId]-[version].pom.sha1 > >Note that creating the poms on cvs.apache.org is only a temporary >measure, as ideally it are the projects themselves who need to do this >on ibiblio. > > Yep. BTW, in the apache repo we have an artifact for jakarta-oro. We should use instead "oro". Or if posible, redirect the repo as maven2 do for the servletapi. I am not on the maven maillist. :-( Best Regards, Antonio Gallardo