Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 49989 invoked from network); 4 May 2009 20:23:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 May 2009 20:23:24 -0000 Received: (qmail 16542 invoked by uid 500); 4 May 2009 20:22:27 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 16156 invoked by uid 500); 4 May 2009 20:22:26 -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 15179 invoked by uid 99); 4 May 2009 20:18:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2009 20:18:04 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of anders.g.hammar@gmail.com designates 209.85.219.172 as permitted sender) Received: from [209.85.219.172] (HELO mail-ew0-f172.google.com) (209.85.219.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2009 20:17:54 +0000 Received: by ewy20 with SMTP id 20so7241331ewy.12 for ; Mon, 04 May 2009 13:17:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=FtY8Ka4vUxzNG7BBPRcI2xoepox7h6ClGFf5SkIDxNI=; b=VYpr7Hx2zUptjsuQYs5WM1fQZTGOVNG7omMp/3YfC2YlETPX4y0Gh49vIhUp4KqFDz I6ANZbXIXODnIq555jfyVqBJSol6JLbJ0HSO4m5o0IZQsCUodDn2VjukjhT8ZI1SJ0EB SIXTvFwn9Kh/1/1pn/Dm+uPsjc0DgvevGA1BU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=MruSjxT1R1WDrzsKBfAuKrZtOz6MpzE6/9wv4pj4uwPLqgctrcwb5tuKD4rGHtYJtZ 1kS6D2xN3XaJXOTwx+BnG6GWUqrzEr1vuSZEkhpiEn39fMv2XhJXoTfuPlIUKfsLeiKw 5BcVyv8990dbEH61NMJtInkjZMfZd4r+w39KA= MIME-Version: 1.0 Sender: anders.g.hammar@gmail.com Received: by 10.210.61.2 with SMTP id j2mr6642817eba.62.1241468253627; Mon, 04 May 2009 13:17:33 -0700 (PDT) In-Reply-To: <835d522e0905041010p7bb20f2cs7d318fe96ce50781@mail.gmail.com> References: <23371539.post@talk.nabble.com> <3a15f5ad0905041001l4722f08fhdeb397b773043ae9@mail.gmail.com> <835d522e0905041010p7bb20f2cs7d318fe96ce50781@mail.gmail.com> Date: Mon, 4 May 2009 22:17:33 +0200 X-Google-Sender-Auth: 5b3f14d09a29d956 Message-ID: Subject: Re: Managing Modified Dependencies From: Anders Hammar 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 As the initial scenario doesn't mention it, I would like to stress the step of submitting the patch to the owner. This should as least make it feasible to get fixed quickly at the source. In any case, the two important things I think are to keep the original groupId and artifactId (which was NOT the recommended way some time ago), and also to define dependency versions through dependencyManagament (so that there is just one place to change). /Anders On Mon, May 4, 2009 at 19:10, Geoffrey Wiseman wrote: > On Mon, May 4, 2009 at 1:01 PM, Nick Stolwijk wr= ote: > >> Normally I just check out the source, apply my patches, update the >> deploymentManament section to point to our inhouse repository, update >> the version to x.y.z-companyname-1 and do a maven deploy. Then update >> the documentation to mention which revision you checked out >> (preferably a tag) and for which issues you have applied a patch, so >> that the build is reproducible. >> > > That'd would be roughly similar to how I would typically handle it. =A0If= the > changes are significant, I might also check in to local source control. > > In all scenarios, I'd be hoping to get back on a public version ASAP. > > =A0- Geoffrey > -- > Geoffrey Wiseman > http://www.geoffreywiseman.ca/ > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org