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. However, it seems that in addition to the JRE specified by classpathContainers, the maven-eclipse-plugin also adds the default workspace JRE to each module.

Is there any way to prevent this behavior, so that only the classpathContainers specified JRE is added to the eclipse build path and the default JRE is ignored?

Thanks,

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to