From users-return-54318-apmail-maven-users-archive=maven.apache.org@maven.apache.org Wed Aug 23 16:58:13 2006 Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 68634 invoked from network); 23 Aug 2006 16:58:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Aug 2006 16:58:12 -0000 Received: (qmail 66710 invoked by uid 500); 23 Aug 2006 16:58:06 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 66411 invoked by uid 500); 23 Aug 2006 16:58:05 -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 66400 invoked by uid 99); 23 Aug 2006 16:58:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2006 09:58:04 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [84.96.72.80] (HELO mail1.9services.com) (84.96.72.80) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2006 09:58:04 -0700 Received: from eca5p34qljnh6j ([192.168.2.1]) by mail1.9services.com with Microsoft SMTPSVC(6.0.3790.211); Wed, 23 Aug 2006 18:57:42 +0200 From: =?iso-8859-1?Q?S=E9bastien_Boutt=E9?= To: Subject: Override dependency own dependency Date: Wed, 23 Aug 2006 18:53:09 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0025_01C6C6E5.60D41500" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcbG1Jz6YZI7Go6BS0Wg/2MaSabl7g== Message-ID: X-OriginalArrivalTime: 23 Aug 2006 16:57:42.0312 (UTC) FILETIME=[3F8C2280:01C6C6D5] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0025_01C6C6E5.60D41500 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, =20 I would like to know how i can override a specific dependency of one of = my dependency : =20 My project has a dependency on dependency1 which has a dependency on dependency2. I have made some improvements/bug fixes on dependy2=92jar, how can I = configure Maven 2 to use My own dependency2=92jar in place of the one in the default repository ? =20 For the two cases : 1. Generation of war file 2. Creation of Eclipse Workspace Libraries dependency =20 Thanks for your help, =20 S=E9bastien Boutt=E9 ------=_NextPart_000_0025_01C6C6E5.60D41500--