Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 10805 invoked from network); 6 Apr 2006 13:44:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Apr 2006 13:44:27 -0000 Received: (qmail 13479 invoked by uid 500); 6 Apr 2006 13:44:21 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 13427 invoked by uid 500); 6 Apr 2006 13:44:21 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 13416 invoked by uid 99); 6 Apr 2006 13:44:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2006 06:44:21 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=RCVD_ILLEGAL_IP,RCVD_IN_WHOIS_BOGONS X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [213.140.2.70] (HELO aa003msg.fastwebnet.it) (213.140.2.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2006 06:44:20 -0700 Received: from ms001msg.fastwebnet.it (10.31.41.32) by aa003msg.fastwebnet.it (7.2.069.1) id 4425E7D20045491F for users@maven.apache.org; Thu, 6 Apr 2006 15:43:58 +0200 Received: from [10.0.1.2] (1.120.148.137) by ms001msg.fastwebnet.it (7.2.070) (authenticated as giacomogiacinto.cosenza) id 4408479400DD56A0 for users@maven.apache.org; Thu, 6 Apr 2006 15:43:58 +0200 Message-ID: <44351B20.2020901@sinapsi.com> Date: Thu, 06 Apr 2006 15:44:00 +0200 From: Giacomo Cosenza User-Agent: Thunderbird 1.5 (Macintosh/20051201) MIME-Version: 1.0 To: Maven Users List Subject: search repository Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, we are planning to use two http/s corporate repository: one for external artifacts (e.g. sun artifacts, we call it product repository) and one for internal artifacts. The two artifacts repository will be mainteined by an internal defined role. During artifacts developing, the developer should be able to ask the products repository if an artifact (eventually with an associated version) is already available in that repository. If no, the internal defined role will be asked to deploy the new artifact in the product repository. My very simple question is: is there a maven 2 command to search an http repository for an artifact or should I have to implement the search command by myself? Thanks Mimmo --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org