How can I stop Eclipse warning about target folder's contents?

后端 未结 2 1867
走了就别回头了
走了就别回头了 2021-01-17 19:35

I\'m getting loads of warnings from generated files in my target folder (e.g. Java code generated from XSDs or surefire reports) that I can\'t fix, and it\'s hi

2条回答
  •  广开言路
    2021-01-17 19:42

    Folders that are not source folders are not compiled by Eclipse. So you should not have Java error/warning for those.

    For source folder, you already have the solution ('Ignore optional compile problems' parameter).

提交回复
热议问题