Re: maven-eclipse-plugin classpathContainers parameter question

2007-08-23 Thread Wayne Fay
It is possible this configuration is not currently available in the plugin -- I don't need that myself, and I haven't looked at the code, so I'm not sure myself. If it is not, I expect the code would be relatively trivial to add yourself, and contribute back via a patch. I'd encourage you to take

maven-eclipse-plugin classpathContainers parameter question

2007-08-23 Thread Mark Hansen
I've got a multi-project maven build where some modules use different versions of the JRE than others. I am using eclipse:eclipse to synchronize my maven build process with the eclipse development environment. I use the classpathContainers parameter to specify the JRE for each module. Howeve