Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 52641 invoked from network); 30 Jun 2009 22:18:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Jun 2009 22:18:59 -0000 Received: (qmail 25751 invoked by uid 500); 30 Jun 2009 22:19:07 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 25645 invoked by uid 500); 30 Jun 2009 22:19:07 -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 25635 invoked by uid 99); 30 Jun 2009 22:19:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jun 2009 22:19:07 +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 [69.61.72.148] (HELO vps.i-hicks.org) (69.61.72.148) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jun 2009 22:18:57 +0000 Received: by vps.i-hicks.org (Postfix, from userid 508) id 2DACBDC452; Tue, 30 Jun 2009 18:18:36 -0400 (EDT) Received: from dhicks.enttek.com (unknown [72.242.104.2]) by vps.i-hicks.org (Postfix) with ESMTP id 56EBCDC3C6 for ; Tue, 30 Jun 2009 18:18:29 -0400 (EDT) Message-ID: <4A4A8F35.2020203@i-hicks.org> Date: Tue, 30 Jun 2009 18:18:29 -0400 From: "David C. Hicks" User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: Maven Users Subject: Build gets extra dependencies. X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.6 (2005-12-07) on vps.i-hicks.org X-Spam-Level: X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=0.1 required=5.0 tests=AWL autolearn=ham version=3.0.6 I've got an automated build that runs on Hudson that is producing a WAR that cannot load and run. It appears that it is picking up extra dependencies during the build process. One of those is spring-2.0.6.jar. I believe this is causing my load/run problem because the error I get is related to loading the Spring context. My question is simply this... Can anyone tell me why a Maven build would pick up extra dependencies if everything appears to be the same between two machines. Same JDK, same version of Maven, same settings.xml in .m2, same build command ("mvn clean install"). Yet, the automated build ends up with 5 extra jars in the WEB-INF/lib directory. I'm stumped, and this is causing us a world of problems. Thanks in advance. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org