Dear all,
I'm trying to configure the maven:eclipse plugin so that the generated
.classpath has a JRE container different than the default one
(|org.eclipse.jdt.launching.JRE_CONTAINER, jdk1.5 on my machine).
So my pom says:
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<classpathContainers>
<classpathContainer>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6.0</classpathContainer>
</classpathContainers>
</configuration>
However, I end up with two JRE containers: the one I want + the default one.
Is there any way of telling it to skip the default or am I doing
something wrong?
Thanks,
L
|
--
Dott. Lorenzo Bigagli
PIN - Polo Universitario di Prato
dell'Università di Firenze
i: Piazza dell'Università
I-59100 Prato (PO), Italia
t: +39 0574 602535
f: +39 0574 602524
m: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]