Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么我运行创建eclipse项目src后不在buildpath中?mvn eclipse:eclipse
src
mvn eclipse:eclipse
我应该手动将 src 添加到 buildpath 吗?我担心mvn eclipse:eclipse下次运行后这个配置会丢失。
项目结构如下:
使用 maven 的主要目的是帮助减少构建应用程序所需的依赖软件库(jar)的重复。所以 maven 项目结构与普通的 web 应用程序结构有点不同。如果您担心使用 maven,请不要使用 maven 项目。您可以手动为您的项目添加必要的库。