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中并部署在tomcat上。在eclipse中出现红色十字标记,表示存在错误。但是我的应用程序正在由 maven 执行并且运行良好。因此,为了消除红色标记,我需要在 eclipse 的构建路径中添加外部 jar。如果是,我怎么知道我的应用程序使用了哪些罐子?我在哪里可以得到它们?
为什么不直接使用 Maven 插件(例如 m2eclipse)并让它解决依赖关系?
无论如何,有几种方法可以获取 Maven 项目使用的 jar 列表,例如:
mvn dependency:list