You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Lorenzo Bigagli <lo...@pin.unifi.it> on 2007/10/18 15:31:19 UTC

default classpathContainers

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: lorenzo.bigagli@pin.unifi.it


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org