Return-Path: Delivered-To: apmail-repository-archive@www.apache.org Received: (qmail 62644 invoked from network); 14 Apr 2005 23:06:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Apr 2005 23:06:38 -0000 Received: (qmail 30819 invoked by uid 500); 14 Apr 2005 23:06:37 -0000 Delivered-To: apmail-repository-archive@apache.org Received: (qmail 30772 invoked by uid 500); 14 Apr 2005 23:06:35 -0000 Mailing-List: contact repository-help@apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: repository@apache.org Delivered-To: mailing list repository@apache.org Received: (qmail 30757 invoked by uid 99); 14 Apr 2005 23:06:35 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of brett.porter@gmail.com designates 64.233.184.199 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.199) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 14 Apr 2005 16:06:35 -0700 Received: by wproxy.gmail.com with SMTP id 55so1180783wri for ; Thu, 14 Apr 2005 16:06:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NaelMjUKxk1Bhk3JTiBHBfgalZV8P9jLO4T+4TosuqVnFGf9+b5Za+hPih4CUE470HkRZJDIJq0l40o3vwcH6FBWsbLkOe32ku45ceJc/5yZXzPTCYQPHoKLNtvORxOhN5ly3P8+uYuwo+FD1GcYfJAmX4g8Z4oDEKF6u8nU0tM= Received: by 10.54.21.9 with SMTP id 9mr1279917wru; Thu, 14 Apr 2005 16:06:22 -0700 (PDT) Received: by 10.54.42.17 with HTTP; Thu, 14 Apr 2005 16:06:22 -0700 (PDT) Message-ID: <9e3862d8050414160634201d4e@mail.gmail.com> Date: Fri, 15 Apr 2005 09:06:22 +1000 From: Brett Porter Reply-To: Brett Porter To: repository@apache.org, Steve Loughran Subject: Re: Maven2 support In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > I note the maven2 .md5 files are binary. I think I prefer hex, as it > is easier to manually verify. I ended up checking the md5 sum off the > maven1 files. That's a bug in the m1->m2 repository converter. I'll check it out. > Here is what I'd like > -a 'dotted' project to test that logic > -something without an extension > -something with a ".txt" extension > -some classifier examples sounds good - I'll put it in JIRA > -something with a different .md5 checksum than its real checksum. The repository is scanned every 4 hours and repairs missing/broken md5s (bearing in mind that we don't consider them as a security option, but a download integrity check) > Also, and this is just for generic cool demo effects, who can point me > to a good (AWT/swing) app that the repository has? >=20 > I'd like to demo the repository as the open source successor to java > web start: all your favourite OSS apps, all your favourite libraries, > one shared local cache. I can't think of anything off the top of my head... if you find something, you can send it through the Maven upload process. > NB, next week I'll do ant1.7 support; Maven2 *will* be the default > there. I dont know what we'll do about tools for preparing packages > for upload; maybe a library later will address that. Upload to ibiblio, or upload to an internal repository? You're definitely getting into optional libraries there - so I'll resurrect Wagon's ant tasks from CVS and get them working again to offer up, as I mentioned in my previous email. Cheers, Brett