【发布时间】:2016-04-19 07:27:45
【问题描述】:
我使用maven-failsafe-plugin 运行存储在src/it 源文件夹中的集成测试。但 eclipse 不断将其从 .classpath 中删除。
<classpathentry kind="src" output="target/test-classes" path="src/it">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
有人面临同样的问题吗?我该如何解决这个问题?
我正在使用Eclipse Mars.1 Release (4.5.1)
【问题讨论】: