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 的 spring 项目。现在我想删除 pom.xml 文件并想自己管理 jars。我希望直接从网络而不是 maven 下载更多的 jar。当我删除 pom.xml 时,项目停止编译。我可以从我的项目中删除 Maven 吗?
编辑pom.xml(在项目文件中)并在XML 源中搜索<dependency>. 删除 XML 部分。
<dependency>