Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 42257 invoked from network); 7 Oct 2010 15:12:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Oct 2010 15:12:08 -0000 Received: (qmail 64699 invoked by uid 500); 7 Oct 2010 15:12:05 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 64600 invoked by uid 500); 7 Oct 2010 15:12: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 64592 invoked by uid 99); 7 Oct 2010 15:12:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Oct 2010 15:12:05 +0000 X-ASF-Spam-Status: No, hits=3.9 required=10.0 tests=FORGED_YAHOO_RCVD,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,SPF_HELO_PASS,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Oct 2010 15:12:00 +0000 Received: from sam.nabble.com ([192.168.236.26]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1P3s8A-00082H-36 for users@maven.apache.org; Thu, 07 Oct 2010 08:11:38 -0700 Date: Thu, 7 Oct 2010 08:11:38 -0700 (PDT) From: thisguy To: users@maven.apache.org Message-ID: <1286464298092-3203200.post@n5.nabble.com> In-Reply-To: References: <1286384950743-3201744.post@n5.nabble.com> <4CACB537.6020806@artifact-software.com> <1286391290661-3201893.post@n5.nabble.com> <4CACCC35.3010708@artifact-software.com> <1286393854617-3201964.post@n5.nabble.com> <1286394812310-3201986.post@n5.nabble.com> Subject: Re: importing dependencies without inheritance MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit The problem is now fixed and it was "user-error". Thanks to everyone for their suggestions. The discussion about poms in the repository led me to the answer. I noticed the pom for one of my dependent jars was basically blank and had been generated by nexus. It was a minimal POM that included no dependency information. I couldn't figure out why until I tried uploading the jar again. Previously I had selected GAV instead of POM and I entered my information manually. So Nexus created a pom file for me that ONLY included this information(no dependency information). If I uploaded the project pom file instead, Nexus puts that file in the right place in the repository. Once I did that I could see my correct pom in the repository. I deleted my local cache, rebuilt indexes and all that, and now project B is pulling in all the dependencies' dependencies correctly. Thanks again for your help! -- View this message in context: http://maven.40175.n5.nabble.com/importing-dependencies-without-inheritance-tp3201744p3203200.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org