gpt4 book ai didi

java - 运行 mvn 时出错 :generate to generate NEW project

转载 作者:行者123 更新时间:2023-12-02 01:33:49 26 4
gpt4 key购买 nike

给定一个原型(prototype) cmd -

mvn archetype:generate -DarchetypeGroupId=io.confluent.maven.archetypes -DarchetypeArtifactId=kafka-connect-quickstart \
-DarchetypeVersion=0.10.0.0

当我在新的空目录中运行它时,它应该为我创建一个源代码文件夹结构。

相反,我得到以下内容 -

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.113 s
[INFO] Finished at: 2019-04-05T14:37:19+13:00
[INFO] ------------------------------------------------------------------------
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (D:\Dev\sandpit\connect-quickstart). Please verify you invoked Maven from the correct directory. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException

在我看来,它正在寻找一个 pom 文件,但我没有,因为这是一个新项目。

有什么线索吗?有什么帮助吗?

环境:Windows。 java -v == OpenJDK 版本“11.0.2”

最佳答案

命令

mvn archetype:generate -DarchetypeGroupId=io.confluent.maven.archetypes -DarchetypeArtifactId=kafka-connect-quickstart -DarchetypeVersion=0.10.0.0

在我的电脑上运行正常。但是,如果我包含反斜杠(您的问题中存在),我会收到与您显示的错误类似的错误。

关于java - 运行 mvn 时出错 :generate to generate NEW project,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55527153/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com