复制到另一台电脑后无法构建Maven项目
Can't build Maven project after being copied on another computer
我在尝试构建我的 Maven 项目后得到 "The goal you specified requires a project to execute but there is no POM in this directory (C:\Windows)"。在我的电脑上它工作正常但我不能在第二台电脑上构建它(应该有项目需要的所有资源)。
感谢您的回答。
您的项目似乎位于网络驱动器上,因此 cmd 默认返回到您的 windows 目录。您应该将项目移动到本地目录。
我在尝试构建我的 Maven 项目后得到 "The goal you specified requires a project to execute but there is no POM in this directory (C:\Windows)"。在我的电脑上它工作正常但我不能在第二台电脑上构建它(应该有项目需要的所有资源)。
感谢您的回答。
您的项目似乎位于网络驱动器上,因此 cmd 默认返回到您的 windows 目录。您应该将项目移动到本地目录。