Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 66709 invoked from network); 1 Oct 2010 14:03:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Oct 2010 14:03:34 -0000 Received: (qmail 23795 invoked by uid 500); 1 Oct 2010 14:03:32 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 23343 invoked by uid 500); 1 Oct 2010 14:03:27 -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 23333 invoked by uid 99); 1 Oct 2010 14:03:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Oct 2010 14:03:25 +0000 X-ASF-Spam-Status: No, hits=4.7 required=10.0 tests=FREEMAIL_FROM,FREEMAIL_REPLY,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sshock@gmail.com designates 209.85.216.171 as permitted sender) Received: from [209.85.216.171] (HELO mail-qy0-f171.google.com) (209.85.216.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Oct 2010 14:03:19 +0000 Received: by qyk1 with SMTP id 1so3091854qyk.9 for ; Fri, 01 Oct 2010 07:02:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=HpuuXOp9orFPOvXsQwHtOrtsDlvWgQ0D0SbKKZonMeA=; b=QD7M/1e3fU6La/uC2o7zJ2aV9j1HSz8VNunP/n3oQA7/KhnHWMinNOmTkKOhiWNBJx 0XGLDA4cwwE3IMzxxmoK4153Dbw130vV9xSLvNyO2kdxV9aHFOBtXPP2O5ah6m3nLGWV fBLelEbeKUCEa5dM9+GcHYoO1ofJYizaMt1DM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=oFjNh9FnhOkF6K/ROaH6WefbLZ1vhIlfVAZ6UC7PBPGBNlyuT7hSdZQzNIorDBjJRR k5q5tJn4F8YhvPjAz3ON39x3/cVFIm0QIsgCih195krjNNj60634P7nbNdcQLfdA4y+R N2wspR5vi562M2ba7MI8FmF6kBIU3AhC17MlM= Received: by 10.224.53.203 with SMTP id n11mr3763429qag.336.1285941777899; Fri, 01 Oct 2010 07:02:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.47.21 with HTTP; Fri, 1 Oct 2010 07:02:37 -0700 (PDT) In-Reply-To: References: From: Phillip Hellewell Date: Fri, 1 Oct 2010 08:02:37 -0600 Message-ID: Subject: Re: Dependencies, modules, and dependency plugin To: Maven Users List Content-Type: multipart/alternative; boundary=0015175cdba0dfa1f404918ea652 --0015175cdba0dfa1f404918ea652 Content-Type: text/plain; charset=UTF-8 In case I want to make changes to the dependency. This won't be the general workflow, but if I'm working on artifact A, which depends on artifact B, and I notice a change needs to be made to B, rather than have to manually checkout B and make changes there, I want to make it more seamless by providing an automatic way of getting the source that was used to build B. Then of course I can make changes, commit them, and install/deploy a new version of B. Phillip On Fri, Oct 1, 2010 at 1:36 AM, Antonio Petrelli wrote: > 2010/9/30 Phillip Hellewell : > > The biggest question for me is in how these all fit together, e.g., is it > a > > normal mechanism to want to fetch an artifact into the local repository, > > copying and extracting it to a subfolder, and then (if it includes > source) > > compile it when compiling the "parent" artifact? > > Why do you want to recompile an already compiled dependency? > > Antonio > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > --0015175cdba0dfa1f404918ea652--