无法在Intellij中添加Maven原型
我正在尝试在Intellij中创建一个新的空手道项目,并试图将原型添加到Maven列表中。但是,当我输入所有必需的字段时,窗口就会消失,原型列表不变。我发现,对于我进入字段的任何值,这是相同的,而不仅仅是我想创建的特定原型的值。如何避免这个问题?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我不知道,这是我第一次听说这个问题。如果您可以贡献研究或代码来解决此问题,那将是很棒的,我将很乐意提出请求以更新文档。
作为解决方法,我建议您使用Maven命令行创建一个项目:
I have no idea, this is the first time I've heard of this problem. It will be great if you can contribute research or code to fix this, and I'll gladly take requests to update the documentation.
As a workaround, I suggest you create a project using the maven command-line as described here: https://github.com/karatelabs/karate#quickstart
我能够使用旧版本的Intellij添加空手道原型。我尝试过的较旧版本是 Intellij社区版本2021.1.3
您可以根据操作系统找到它并在此处下载。
之后,我只是将空手道原型添加到该版本 2021.1.3 Intellij 中。
然后启动最新的Intellij 。
如果您要使用空手道原型进行一个新项目,那么我现在拥有的最新版本的Intellij Intellij社区版本2021.2.4 它将在那里显示。尽管该项目在空手道上运行。
I was able to add the karate archetype by using an older version of IntelliJ. The older version I have tried is IntelliJ Community Version 2021.1.3
you can find it and download it here based on your Operating System.
https://www.jetbrains.com/idea/download/other.html
After that, I just added the karate archetype into that version 2021.1.3 IntelliJ.
Then launch the latest IntelliJ.
If you were to make a new Project, with karate Archetype, on the latest version of IntelliJ that I have now IntelliJ Community Version 2021.2.4 It won't be shown there. Although the project is running on karate.
当Windows消失时,尝试关闭并重新打开新项目,然后您可以从列表中选择原型
When windows disappears try close and re-open New Project, then you can choose archetype from list