Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 74583 invoked from network); 6 Oct 2010 19:38:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Oct 2010 19:38:07 -0000 Received: (qmail 86722 invoked by uid 500); 6 Oct 2010 19:38:02 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 86619 invoked by uid 500); 6 Oct 2010 19:38:02 -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 86484 invoked by uid 99); 6 Oct 2010 19:38:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Oct 2010 19:38:02 +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 (nike.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; Wed, 06 Oct 2010 19:37:55 +0000 Received: from sam.nabble.com ([192.168.236.26]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1P3Zny-0002h3-K6 for users@maven.apache.org; Wed, 06 Oct 2010 12:37:34 -0700 Date: Wed, 6 Oct 2010 12:37:34 -0700 (PDT) From: thisguy To: users@maven.apache.org Message-ID: <1286393854617-3201964.post@n5.nabble.com> In-Reply-To: <4CACCC35.3010708@artifact-software.com> References: <1286384950743-3201744.post@n5.nabble.com> <4CACB537.6020806@artifact-software.com> <1286391290661-3201893.post@n5.nabble.com> <4CACCC35.3010708@artifact-software.com> Subject: Re: importing dependencies without inheritance MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org ok I've pruned out the rest of the dependencies but left everything else in here: Project A: 4.0.0 myorg myjar 1.0.0.0 myjar public http://blah:8081/nexus/content/groups/public/ postgresql postgresql 8.2-507.jdbc3 jar compile UTF-8 org.apache.maven.plugins maven-compiler-plugin 2.3.2 1.6 1.6 maven-assembly-plugin 2.2-beta-5 jar-with-dependencies make-my-jar-with-dependencies package single Then in project B: 4.0.0 myorg mywebapp 1.0.0.0 war mywebapp public http://blah:8081/nexus/content/groups/public/ myorg myjar 1.0.0.0 jar compile org.apache.maven.plugins maven-compiler-plugin 2.3.2 1.6 1.6 UTF-8 I don't have the log from maven install because I manually uploaded the "myjar" into nexus. Eclipse found it ok so I assumed it is fine in the repository. Let me know if I should look for something in particular in the POM generated by nexus or whatever. Thanks. -- View this message in context: http://maven.40175.n5.nabble.com/importing-dependencies-without-inheritance-tp3201744p3201964.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