Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 42077 invoked from network); 25 Aug 2005 14:46:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Aug 2005 14:46:28 -0000 Received: (qmail 562 invoked by uid 500); 25 Aug 2005 14:46:25 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 538 invoked by uid 500); 25 Aug 2005 14:46:25 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 525 invoked by uid 99); 25 Aug 2005 14:46:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2005 07:46:25 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [192.6.10.17] (HELO gort.hpl.hp.com) (192.6.10.17) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2005 07:46:41 -0700 Received: from timmay.hpl.hp.com (timmay-hb.hpl.hp.com [15.144.59.39]) by gort.hpl.hp.com (8.12.10/8.12.10) with ESMTP id j7PEk118027907 for ; Thu, 25 Aug 2005 15:46:01 +0100 (BST) Received: from [15.144.25.135] (chamonix.hpl.hp.com [15.144.25.135]) by timmay.hpl.hp.com (8.13.2/8.13.2) with ESMTP id j7PEjoBB009549 for ; Thu, 25 Aug 2005 15:45:50 +0100 (BST) Message-ID: <430DD99E.9000403@apache.org> Date: Thu, 25 Aug 2005 15:45:50 +0100 From: Steve Loughran User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Axis-Dev Subject: [Axis2] Maven repositories Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPLB-IMAP-MailScanner-Information: Please contact the Helpdesk for more information X-HPLB-IMAP-MailScanner: Found to be clean X-HPLB-IMAP-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 5) X-HPL-MailScanner-Information: Please contact the Helpdesk for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.724, required 5, autolearn=not spam, ALL_TRUSTED -3.30, AWL 0.58) X-MailScanner-From: stevel@apache.org X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I am trying to use maven2 to pull down the latest Axis2 releases 1. there is only a 0.9 version up and about; has 0.91 been published yet? 2. there is only an axis2.jar; not the separate axis-core, axis-common, etc. Is the intent that people downstream of the axis project should be using the aggregate axis2 jar, rather than the separate ones? Because maven2 adds transient dependency logic, you either need to publish .pom files that dont declare dependencies on -core, -common, or (more preferable) publish all the separate modules as individual artifacts for things to pull in. Transient dependendency logic will get the rights bits in, on demand -steve