Return-Path: Delivered-To: apmail-repository-archive@www.apache.org Received: (qmail 156 invoked from network); 7 Mar 2004 16:12:01 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 7 Mar 2004 16:12:01 -0000 Received: (qmail 85107 invoked by uid 500); 7 Mar 2004 16:11:56 -0000 Delivered-To: apmail-repository-archive@apache.org Received: (qmail 85022 invoked by uid 500); 7 Mar 2004 16:11:55 -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 85007 invoked from network); 7 Mar 2004 16:11:55 -0000 Received: from unknown (HELO latte.harvard.edu) (140.247.210.252) by daedalus.apache.org with SMTP; 7 Mar 2004 16:11:55 -0000 Received: from latte.harvard.edu (207-172-79-45.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com [::ffff:207.172.79.45]) (AUTH: PLAIN mdiggory, ) by latte.harvard.edu with esmtp; Sun, 07 Mar 2004 11:11:53 -0500 Message-ID: <404B4B50.5050201@latte.harvard.edu> Date: Sun, 07 Mar 2004 11:18:24 -0500 From: "Mark R. Diggory" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.6a) Gecko/20031030 X-Accept-Language: en-us, en, zh, zh-cn, zh-hk, zh-sg, zh-tw MIME-Version: 1.0 To: repository@apache.org Subject: Re: adding jaxme jars References: <46545C4D-6FB8-11D8-B91C-003065DC754C@apache.org> <404A5428.5000605@latte.harvard.edu> <1078615224.1686.6.camel@localhost.localdomain> In-Reply-To: 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 can setup this if you point me at the jars, however, here are the steps if you want to explore it yourself right now: --- You need to establish what your groups id will be. The current naming trend for Apache "xml" projects has been a bit haphazard. xercies xml-security xml-resolver xalan Some standardization here would be good. But that will not effect maven. There is currently a problem with Maven publishing to a BSD system and md5 signature generation, if you do not want to use maven to do the publishing then these are the tasks you need to complete: 1.) The easiest way right now is for you to place the jars into java-repository/xml-jaxme/jars/... 2.) Generate an md5 signature for each one in the same directory. For instance as an examples "md5 xml-jaxme-1.0.jar > xml-jaxme-1.0.jar.md5" will produce: java-repository/xml-jaxme/jars/xml-jaxme-1.0.jar java-repository/xml-jaxme/jars/xml-jaxme-1.0.jar.md5 3.) Generate the following symlinks the above files from java-repository/xml-jaxme/jars/xml-jaxme-SNAPSHOT.jar java-repository/xml-jaxme/jars/xml-jaxme-SNAPSHOT.jar.md5 4.) and create a file java-repository/xml-jaxme/jars/xml-jaxme-snapshot-version with the contents "1.0" 5.) use the following "POM" in the java-repository/xml-jaxme/poms/project/pom 3 xml-jaxme xml-jaxme 1.0 Apache Software Foundation www.apache.org ASL 2.0 ??????? ??????? -Mark robert burrell donkin wrote: > (i don't think that the raw jars are distributed at the moment so > symlinking is out of the question.) > > since it's a maven repository, are there any guidelines about the right > way to put stuff into there? > > what about the artifact id/group id stuff? > > - robert > > On 6 Mar 2004, at 23:20, Sander Striker wrote: > >> On Sat, 2004-03-06 at 23:43, Mark R. Diggory wrote: >> >>> I don't think we're referring to it as the official "Apache Repository". >>> It is a Maven repository located on www.apache.org >>> >>> /www/www.apache.org/dist/java-repository is the location to get things >>> into maven (it is rsynced with the maven repository at ibiblio. >> >> >> And, reminder, all the mirrors listed here: >> http://www.apache.org/mirrors/ >> >> If you have jaxme jars elsewhere in dist/, please consider symlinking. >> >> Sander >> > -- Mark Diggory Software Developer Harvard MIT Data Center http://www.hmdc.harvard.edu