RE: WAR Dependency Mediation Problem

2009-04-20 Thread Wolff, Dave
Hello again, I've been doing more digging and below is a copy of the mvn dependency:tree output. With the exception of the jdom 1.0 and 1.1 (1.1 has been moved to a new groupId) there don't appear to be any of the duplicate dependencies that are being added into my WAR. So the question

Re: WAR Dependency Mediation Problem

2009-04-20 Thread Wayne Fay
So the question is:  How are these duplicates ending up in my WAR file if they aren't showing up in the dependency tree?  I'm lost... Try again with mvn clean package. It is possibly/likely that the extra jars are from earlier builds and /target has not been cleaned up. Wayne

RE: WAR Dependency Mediation Problem

2009-04-20 Thread Wolff, Dave
You're a life saver...that solved the issues. Thanks! Dave -Original Message- From: Wayne Fay [mailto:wayne...@gmail.com] Sent: Monday, April 20, 2009 12:28 PM To: Maven Users List Subject: Re: WAR Dependency Mediation Problem So the question is:  How are these duplicates ending up