>From what I know it is only possible to add classpathContainer entry. Check out : http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html
On 4/8/06, Gautham Pamu <[EMAIL PROTECTED]> wrote: > Hi Everyone, > > mvn eclipse:eclipse generates the .classpath and .project but for ejb, web > projects, it does not > add runtime variable like these to the .classpath. Is it possible to > customize the plugin in pom.xml so > that it adds these entries. > > <classpathentry kind="con" path=" > org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/WebSpherev6 > JRE"/> > <classpathentry kind="con" path="com.ibm.wtp.server.java.core.container > /com.ibm.ws.ast.st.runtime.core.runtimeTarget.v60.wbi/wbi.v6"/> > > > -- > -Gautham Pamu > > -- Alexandre Poitras Québec, Canada --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
