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.
当我尝试运行 mvn clean install 时,它会生成两个单独的包含类的 .jar 文件和包含资源文件的 .apk 文件。我不认为这是 pom 文件的问题,因为我的 pom 文件与提到的 maven 教程相同。关于可能是什么问题的任何指示?
解决此问题,因为问题与 jar 文件的系统路径标记有关。Maven 3.6.0 为本地文件提供错误,而不是向存储库添加 jar。感谢约克的帮助