Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 1937 invoked from network); 1 Oct 2010 15:18:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Oct 2010 15:18:13 -0000 Received: (qmail 41858 invoked by uid 500); 1 Oct 2010 15:18:11 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 41449 invoked by uid 500); 1 Oct 2010 15:18:08 -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 41441 invoked by uid 99); 1 Oct 2010 15:18:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Oct 2010 15:18:07 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of antonio.petrelli@gmail.com designates 209.85.214.171 as permitted sender) Received: from [209.85.214.171] (HELO mail-iw0-f171.google.com) (209.85.214.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Oct 2010 15:17:59 +0000 Received: by iwn42 with SMTP id 42so4578073iwn.30 for ; Fri, 01 Oct 2010 08:17:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=kYiqcDS4oQBGVW+IjeqlI/uBJn/qSKOCOSwMv48rtdQ=; b=Tq0+f1hj6k0OJSRi1rgZHH73R3+rVFdrLwC/EQcdmKv7pgPmi9+iogUlwvx9AduSoI 6ZPqP3rBViBfRiAvV02Tf2Ts6z3lJcp640kox8rWMGI6vUig4qmjDusImsf9etfrwZEK e6XjCyNmEJuQfLcnWAmCJ2UUyg0frwT8jq6eg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=wY4ZN/PO9NEqtI25scBj4SCHAk8kRYMZmotdSsrFliVPGtmf/bcQGKZPWZ5MKH+bKw uOHj9seK4bpWN+WNbLMkqCAFWBNjWE7mNhaHE5z3ddQjMMFTbTK77N1F0TFHwhs3ieBH OKtL/6WSuIH7zgwQbirQs9GG2VB3BL014xGyc= MIME-Version: 1.0 Received: by 10.231.58.198 with SMTP id i6mr5826283ibh.43.1285946256784; Fri, 01 Oct 2010 08:17:36 -0700 (PDT) Received: by 10.231.151.139 with HTTP; Fri, 1 Oct 2010 08:17:36 -0700 (PDT) In-Reply-To: References: Date: Fri, 1 Oct 2010 17:17:36 +0200 Message-ID: Subject: Re: Dependencies, modules, and dependency plugin From: Antonio Petrelli To: Maven Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org 2010/10/1 Phillip Hellewell : > On Fri, Oct 1, 2010 at 8:29 AM, Antonio Petrelli > wrote: > I want Maven to help check out B for me (and other dependencies). =A0I > can check out A manually, but I want Maven's dependency mechanism to > find B in the (local or remote) repository, and instead of copying its > package(s) (dlls, libs, etc) for me to use in A, I want the option to > have it just look at the pom.xml for B and use that to figure out > exactly what version of =A0B to checkout from SVN and automatically > check it out. > > And if B is not in the local repository already, I want it to > automatically launch a maven install on B, so it will be ready for A. I think all of this mess is solvable by using a private Maven repository, like Nexus. If I understand you correctly, you want to do this since you cannot access to a pre-built version of B. Deploy a repository, you'll (development) life will be better :-D Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org