Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 87700 invoked from network); 25 Jul 2006 21:53:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Jul 2006 21:53:31 -0000 Received: (qmail 74564 invoked by uid 500); 25 Jul 2006 21:53:28 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 74518 invoked by uid 500); 25 Jul 2006 21:53:27 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 74506 invoked by uid 99); 25 Jul 2006 21:53:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jul 2006 14:53:27 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ammulder@gmail.com designates 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jul 2006 14:53:27 -0700 Received: by ug-out-1314.google.com with SMTP id m2so3057402uge for ; Tue, 25 Jul 2006 14:53:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=o5XrZoH9PLlAIZjS4LPOeSnezpYCBri0Byrp7k16fkCb6ts6aGsLgtYrhpmmrkIRitcPekkwczFlkQwpAMdebPnY4/6kCE+SE6cKRB56dfz3koPIqsp6ysO7y9lh2dKdQCQC4T+H9YqOL43sRzhc34cRKoGQJ4YM1rPjEu1D09U= Received: by 10.78.160.2 with SMTP id i2mr2660084hue; Tue, 25 Jul 2006 14:53:05 -0700 (PDT) Received: by 10.78.175.6 with HTTP; Tue, 25 Jul 2006 14:53:05 -0700 (PDT) Message-ID: <74e15baa0607251453h310985brf6c8834aa8e04287@mail.gmail.com> Date: Tue, 25 Jul 2006 17:53:05 -0400 From: "Aaron Mulder" Sender: ammulder@gmail.com To: "Geronimo Dev" Subject: G 1.1 CARs not in any Maven Repo MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: a6cbb4f133828421 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N OK, so, I've now discovered that the Geronimo 1.1 CARs are not in the Maven 1 repo, as well as not being in the Maven 2 repo. I believe they will need to be in order to build Geronimo CARs or Geronimo Plugins from Maven (with the geronimo-packaging-plugin or car-maven-plugin) since I believe those plugins start a server using CARs they fetch out of your local Maven repo. (This is assuming you're trying to build CARs or Geronimo plugins without first building Geronimo itself, which I think is totally desirable.) Can we push the Geronimo 1.1 CARs to the Maven 1 repo, and if possible, the Maven 2 repo as well? (Note that the G 1.1 JARs are in both, but the CARs are in neither. By contrast, the G 1.0 CARs are in both.) Thanks, Aaron