在eclipse项目目录中去掉Maven生成的target目录
maven
Maven: Apache Maven是一个开源的项目管理和构建工具,主要用于Java项目。适合需要自动化项目构建和依赖管理的开发者。特点包括约定优于配置、易于使用和社区驱动。
项目地址:https://gitcode.com/gh_mirrors/ma/maven

·
StackOverflow上的解决方法:
-
Mark the "target" folders as "derived" resource from the properties screen of those folders (this option is next to read only and archive property).
-
In the quick search (Ctrl+Shift+R) screen press the arrow in the top right corner and untick "Show derived resources".
Then those target-files will not be considered in the quick search anymore.
大致意思是:
1. 在eclipse中在target/目录上右键属性,勾选 derived 复选框。
2. 执行快速搜索时,在右上角的菜单中把"Show derived resources"的选项去掉。




Maven: Apache Maven是一个开源的项目管理和构建工具,主要用于Java项目。适合需要自动化项目构建和依赖管理的开发者。特点包括约定优于配置、易于使用和社区驱动。
最近提交(Master分支:16 天前 )
7dcf5512
Bumps [eu.maveniverse.maven.mimir:testing](https://github.com/maveniverse/mimir) from 0.9.4 to 0.10.0.
- [Release notes](https://github.com/maveniverse/mimir/releases)
- [Commits](https://github.com/maveniverse/mimir/compare/release-0.9.4...release-0.10.0)
---
updated-dependencies:
- dependency-name: eu.maveniverse.maven.mimir:testing
dependency-version: 0.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 10 小时前
44c74801
Bumps [com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp) from 0.24.1 to 0.24.2.
- [Release notes](https://github.com/siom79/japicmp/releases)
- [Changelog](https://github.com/siom79/japicmp/blob/master/release.py)
- [Commits](https://github.com/siom79/japicmp/compare/japicmp-base-0.24.1...japicmp-base-0.24.2)
---
updated-dependencies:
- dependency-name: com.github.siom79.japicmp:japicmp-maven-plugin
dependency-version: 0.24.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 19 小时前

新一代开源开发者平台 GitCode,通过集成代码托管服务、代码仓库以及可信赖的开源组件库,让开发者可以在云端进行代码托管和开发。旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。
更多推荐
所有评论(0)