M2 Eclipse Maven3 pom生成相对于ECLIPSE_HOME的classpathentry

时间:2013-03-20 20:19:57

标签: maven classpath tomcat7 maven-3 m2eclipse

我如何获得这种类路径条目:

<classpathentry kind="var"  path="ECLIPSE_HOME/plugins/org.eclipse.jdt.debug_3.7.100.v20120529-1702"/>
在eclipse中加载我的maven项目时生成的

我目前正在使用嵌入式Tomcat7项目,并且在eclipse中运行时需要在类路径上添加jdt插件jar(per How can I import eclipse JDT classes in a project)。我不希望开发人员加载此项目必须手动创建这些类路径条目。

我一直在看: http://www.avajava.com/tutorials/lessons/how-do-i-update-my-classpath-with-an-eclipse-user-library-via-the-maven-eclipse-plugin.html

但这似乎不正确,因为我没有使用类路径容器?

http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html

似乎没有选项来制作这样的手动类路径条目吗?

0 个答案:

没有答案