I am trying to find a simple single purpose plugin that will maintain the Eclipse classpath based on the Maven2 POM dependencies.
I know about m2eclipse and q4e. Unfortunately, I'm currently using RAD (Rational Application Developer - IBM's commercial version of Eclipse) and it is not fully compatible with m2eclipse, and I can't use q4e as I'm using Maven 2.0.7 with no way to upgrade to 2.1.
I'm almost to the point where I write my own container plugin (probably based on some m2eclipse source :-)) but there would be a lot of mucking about with resolving transitive and parent dependencies so hopefully someone has already done it...