java - 为什么 Maven 不显示 Lenskin 伪影?

标签 java eclipse maven lenskit

我一直在尝试用 Eclipse 运行 Lenskit,我已经运行了 Eclipse 和 Maven。我指的是这个文档 link

它是这么说的

Select ‘File → New → Project …’. In the New Project dialog make sure ‘Create a simple project’ is unchecked, so you can choose an archetype. On the next dialog click the box ‘Include snapshot archetypes’ if you want the latest lenskit archetypes, and filter for ‘lenskit’. Choose the lenskit archetype you want to use to create your project.

但就我而言,当我在滤镜框中输入lenskit时,什么也没有显示。我是不是应该更新一些东西。 image

谁能向我解释一下我做错了什么吗?

最佳答案

我刚刚尝试使用 IntelliJ,它有效。我这么说并不是为了强调它,只是想指出问题不在 repo 方面。 Eclipse 可能正在查看一些默认或常见的原型(prototype)列表,而 LensKit 不在其中。尝试添加原型(prototype)按钮并提供

  • archetypeGroupId=org.grouplens.lenskit
  • archetypeArtifactId=lenskit-archetype-simple-analysis
  • archetypeVersion=2.0

看看会发生什么。

关于java - 为什么 Maven 不显示 Lenskin 伪影?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19335255/

相关文章:

maven - Hadoop/Hbase : java. lang.NoClassDefFoundError:org/apache/hadoop/hbase/HBaseConfiguration

java - libGDX 导致多点触控问题

eclipse - 如何让 Eclipse 在非标准位置查找和使用基于 gcc 的工具链

java - 为什么将文件导入 eclipse 项目时使用链接选项?

android - 导出后证书指纹不匹配

Maven:包含基于配置文件的资源文件

java - SaxLoader 中的 Sphinx4 空指针异常

java - "Maven clean"不起作用

java - 当 URL 包含 JSON 时处理 RestTemplate 的模式匹配

即使条件不成立,Java 代码也会打印 Exception 中给出的消息