Re: Dependency computation differs between mvn eclipse:eclipse and mvn package

2007-09-06 Thread Tim Kettler
Hi, I suspect this is due to the eclipse plugin handling dependency resolution itself (see method doDependencyResolution() in [1]) instead of using the maven build-in one. You should file a jira issue in the eclipse-plugin [1] for this, as both mechanisms should resolve to the same dependenc

Dependency computation differs between mvn eclipse:eclipse and mvn package

2007-09-06 Thread Lewandowski, Eric
Hi, I use Maven 2.0.7 with JDK 1.5.0_12 on Windows XP. My application use struts2 and spring-framework. In my POM, I add the dependency : org.springframework:spring-beans:2.0.1 and the dependency org.apache.struts:struts2-spring-plugin:2.0.9 I run mvn eclipse:clean eclipse:eclipse -Dwtpversion=