相关疑难解决方法(0)

有没有办法隐藏Eclipse 3中的Maven 2"target /"文件夹?

我在Eclipse 3.3.2中使用maven 2.0.9.

我习惯于每天推出一次新的版本mvn clean install.然后,如果我刷新我的Eclipse项目,它将被来自Maven 目标目录的文件"污染" .

在执行搜索,通过"开放资源"等获取资源时,这非常烦人.

有没有办法避免Eclipse在这个文件夹中查找?

java eclipse maven-2

48
推荐指数
5
解决办法
3万
查看次数

eclipse on maven项目警告'DTD或XML架构'

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)

java eclipse google-app-engine maven-2 maven

16
推荐指数
1
解决办法
3万
查看次数

如何忽略Eclipse中特定文件夹中的XML警告?

我正在使用Eclipse和插件m2e构建一个Java项目(它在Eclipse中添加了Maven支持)。

target目录中有一些XML Surefire报告。它们生成烦人的警告,因为它们既没有DTD也没有XML模式。

您如何告诉Eclipse忽略**/target文件夹?

java warnings ignore maven m2e

5
推荐指数
1
解决办法
1706
查看次数

标签 统计

java ×3

eclipse ×2

maven ×2

maven-2 ×2

google-app-engine ×1

ignore ×1

m2e ×1

warnings ×1