The goal you specified requires a project to execute but there is no POM in this directory

Maven項目打包 mvn -U package -DskipTests 時碰過這個錯誤。 看錯誤日誌提示,我們知道「/Users/anan/ws/BBKTest」這個路徑下找不到pom.xml文件,可是我的工程不是在這個路徑下,爲什麼還是報錯,所以我就嘗試直接進入工程文件夾,執行mvn test,發現可以正常啓動maven工程項目了,原來「mvn test」這個命令就是在當前文件夾下找pom.x
相關文章
相關標籤/搜索