RE: buildpath probleme with eclipse:eclipse goal

2009-04-08 Thread florian.cavagnini
 : mercredi 8 avril 2009 00:12 À : Maven Users List Objet : Re: buildpath probleme with eclipse:eclipse goal You can also set the AJDT version to none. plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-eclipse-plugin/artifactId configuration

buildpath probleme with eclipse:eclipse goal

2009-04-07 Thread florian.cavagnini
Hello Since two days, I don't know why but when I generate the eclipse configuration files (.classpath and .project) of my maven project with the eclipse plugin (goal eclipse:eclipse), it don't add all the dependencies listed in my pom.xml! And one in particular: org.aspectj.aspectjrt-1.5.4 I

Re: buildpath probleme with eclipse:eclipse goal

2009-04-07 Thread Arnaud HERITIER
there are several thread and issues opened about problem in the release 2.6 of the plugin with aspectj projects.Set the version of the maven-eclipse-plugin to 2.5.1 in the dependencyManagement part of your pom to use the previous version while we are fixing it. On Tue, Apr 7, 2009 at 7:39 PM,

Re: buildpath probleme with eclipse:eclipse goal

2009-04-07 Thread Robert Hanson
You can also set the AJDT version to none. plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-eclipse-plugin/artifactId configuration ajdtVersionnone/ajdtVersion /configuration /plugin References: