Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 8434 invoked from network); 20 Dec 2003 17:00:21 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Dec 2003 17:00:21 -0000 Received: (qmail 74719 invoked by uid 500); 20 Dec 2003 17:00:11 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 74664 invoked by uid 500); 20 Dec 2003 17:00:11 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 74651 invoked from network); 20 Dec 2003 17:00:10 -0000 Received: from unknown (HELO swan.mail.pas.earthlink.net) (207.217.120.123) by daedalus.apache.org with SMTP; 20 Dec 2003 17:00:10 -0000 Received: from h-66-167-162-111.sndacagl.dynamic.covad.net ([66.167.162.111] helo=localhost.localdomain) by swan.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1AXkSb-0001pQ-00 for commons-dev@jakarta.apache.org; Sat, 20 Dec 2003 09:00:13 -0800 Received: from phreaker.net (terrordome [127.0.0.1]) by localhost.localdomain (8.11.6/8.11.6) with ESMTP id hBKGwUm02793 for ; Sat, 20 Dec 2003 08:58:30 -0800 Message-ID: <3FE47FB5.1010700@phreaker.net> Date: Sat, 20 Dec 2003 08:58:29 -0800 From: __matthewHawthorne User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jakarta Commons Developers List Subject: [maven] developer repository? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I'm using Maven, but I frequently run into situations where a version of a jar I need isn't on ibiblio. For example, yesterday at work I needed the postgres 7.4 jdbc driver, and also the new xdoclet 1.2, neither of which are there yet. For just a single developer, it's as easy as copying the jar to my local repository. However, in a multi-developer, multi-site situation, it becomes a bit harder. I don't want to have to manually provide these jars to my fellow developers. For these newer jars, I'm thinking of checking them into our version control system and using Maven's jar override feature until they are uploaded onto ibiblio. Now, I've already filed requests for these files in the maven-upload category in Jira as the Maven guys have suggested. However, this process seems to take some time. My idea is to create a developer repository somewhere on an apache/jakarta machine, that any committer can write to. You could put a jar there, specify this url as a secondary repository, and be able to work until the jar gets put on ibiblio. It's just a quick idea that I thought of, that may make things easier. If I need a newer version of [betwixt] or [sql] or some other unreleased component, I can build it myself and put it in this developer repository. I'm already doing something like this in my public_html directory, but I thought that maybe some other developers would like to do the same thing. Think about it: after a commons component is released, how long does it take to get up on ibiblio? In my opinion, it should be available in a remote repository, somewhere, as soon as it is released. For example, [primitives] and [dbutils] still aren't there, and were released over a month ago. What do you think? Is this a good idea or would it just create more headaches? --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org