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.
我已经使用 maven 创建了一个 Web 应用程序项目。当 maven 下载 pom.xml 中指定的依赖项时,它会将 jars 放在 eclipse 项目的根目录下,所以它看起来像这样:
我希望所有的 jar 都在 eclipse 的 JRE System Library 文件夹中。有人知道如何在 Maven 中指定这个吗?