On Tue, Mar 15, 2011 at 1:34 AM, John Lussmyer <[email protected]>wrote:
> So, I ran: mvn -X eclipse:eclipse > And sorted through the output. > There are NO occurrences of "spring-2.0.3". There are NO occurrences of > "2.0.3" > > We are using Spring 3.0.2 - Which is spread through a dozen jars, and > doesn't have a spring.jar. > I'm sorry, I can't offer much more help. This is the first I've heard of this type of issue. I recommend that you grab the source of the plugin (details here http://maven.apache.org/plugins/maven-eclipse-plugin/source-repository.html) and compile up your own version. Splatter some debug statements in around the dependency resolution and see if you can catch it that way. Check out org.apache.maven.plugin.ide.AbstractIdeSupportMojo.doDependencyResolution() Alternatively you can attempt to use another eclipse / maven integration like m2eclipse or sts. If you are able to reproduce the problem then we can look into getting it fixed.
