我在Eclipse 3.3.2中使用maven 2.0.9.
我习惯于每天推出一次新的版本mvn clean install.然后,如果我刷新我的Eclipse项目,它将被来自Maven 目标目录的文件"污染" .
在执行搜索,通过"开放资源"等获取资源时,这非常烦人.
有没有办法避免Eclipse在这个文件夹中查找?
Description Resource Path Location Type
No grammar constraints (DTD or XML schema) detected for the document. TEST-net.kindleit.gae.example.server.MessageRepositoryTest.xml /projecttest-gae-example/target/surefire-reports line 1 XML Problem
No grammar constraints (DTD or XML schema) detected for the document. appengine-web.xml /projecttest-gae-example/src/main/webapp/WEB-INF line 1 XML Problem
No grammar constraints (DTD or XML schema) detected for the document. appengine-web.xml /projecttest-gae-example/target/projecttest-gae-example-1.0-SNAPSHOT/WEB-INF line 1 XML Problem
No grammar constraints (DTD or XML schema) detected for the document. datastore-indexes-auto.xml /projecttest-gae-example/WEB-INF/appengine-generated line 1 XML Problem
No grammar constraints (DTD or XML schema) …Run Code Online (Sandbox Code Playgroud) 我正在使用Eclipse和插件m2e构建一个Java项目(它在Eclipse中添加了Maven支持)。
该target目录中有一些XML Surefire报告。它们生成烦人的警告,因为它们既没有DTD也没有XML模式。
您如何告诉Eclipse忽略**/target文件夹?