给定带有插件war
,maven
和eclipse-wtp
的gradle构建脚本。
gradle eclipseWtp
在org.eclipse.wst.common.component
中创建具有无法提交到源代码存储库的绝对路径的条目,因为它们是特定于用户的 - 请参阅<dependent-module>
元素,更具体地说是{{1属性:
handle
Gradle如何提出更多提交友好的路径,例如使用M2_REPO变量?
答案 0 :(得分:0)
如Gradle文档中所述(请参阅http://www.gradle.org/docs/current/dsl/org.gradle.plugins.ide.eclipse.model.EclipseClasspath.html),您可以指定路径变量:
eclipse {
// if you want parts of paths in resulting file to be replaced by variables (files):
pathVariables 'M2_REPO': file('C:/Users/mp/.m2/repository')
}
必须通过&#34;首选项 - &gt;在Eclipse中设置变量。 Java - &gt;构建路径 - &gt; Classpath变量&#39;适用于.classpath
以及.settings/org.eclipse.wst.common.component