51 字
1 分钟
maven之The goal you specified requires a project to execute but there is no POM in this directory
转载链接
https://www.cnblogs.com/demonrain/p/5674091.html——博客园@demonrain
maven之安装第三方jar到本地 出现 The goal you specified requires a project to execute but there is no POM in this directory 错误
mvn install:install-file "-Dfile=cobra.jar" "-DgroupId=com.cobra" "-DartifactId=cobra" "-Dversion=0.98.4" "-Dpackaging=jar" "-DgeneratePom=true" maven之The goal you specified requires a project to execute but there is no POM in this directory
https://iszengmh.pages.dev/posts/maven之the-goal-you-specified-requires-a-project-to-execute-but-there-is-no-pom-in-this-directory/