Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 70866 invoked from network); 6 Oct 2010 19:22:02 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Oct 2010 19:22:02 -0000 Received: (qmail 65611 invoked by uid 500); 6 Oct 2010 19:21:59 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 65506 invoked by uid 500); 6 Oct 2010 19:21:59 -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 65498 invoked by uid 99); 6 Oct 2010 19:21:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Oct 2010 19:21:59 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [207.183.49.139] (HELO production.artifact-software.com) (207.183.49.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Oct 2010 19:21:53 +0000 Received: from [192.168.3.179] (unknown [192.168.3.179]) by production.artifact-software.com (Postfix) with ESMTP id 9436D6A7DE1 for ; Wed, 6 Oct 2010 15:21:32 -0400 (EDT) Message-ID: <4CACCC35.3010708@artifact-software.com> Date: Wed, 06 Oct 2010 15:21:25 -0400 From: Ron Wheeler User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 MIME-Version: 1.0 To: users@maven.apache.org Subject: Re: importing dependencies without inheritance References: <1286384950743-3201744.post@n5.nabble.com> <4CACB537.6020806@artifact-software.com> <1286391290661-3201893.post@n5.nabble.com> In-Reply-To: <1286391290661-3201893.post@n5.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 06/10/2010 2:54 PM, thisguy wrote: > ok this is from project B's pom.xml > > > hello > myjar > 1.0.0.0 > jar > compile > > > this jar does get put into web-inf/lib but the jars that myjar depends on do > not. Here is an example from project A's pom: > > > postgresql > postgresql > 8.2-507.jdbc3 > jar > compile > > > I would expect to see this jar in web-inf/lib since myjar depends on it. > > Thank you. Looks OK to me. The error must be in another part of your POM. Can you post the whole POM and the log from the maven install? The good thing is that you are doing what you are supposed to be doing and maven will do what you want. You have made an error somewhere and once you fix it, you will be on your way again. Ron --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org