我正在尝试通过Maven下载PSL(Probabilistic Soft Logic:Groove for Intermediate Users)但是我无法下载它它给了我以下错误
无法在项目standalone-pom上执行目标org.apache.maven.plugins:maven-archetype-plugin:3.0.0:generate(default-cli):所需的原型不存在(edu.umd.cs: PSL-原型-例如:1.2.1
我正在使用Windows并遵循本文所述的程序
https://github.com/linqs/psl/wiki/Installing-examples
我的maven命令如下 mvn archetype:generate -DarchetypeArtifactId = psl-archetype-example -DarchetypeRepository = https://scm.umiacs.umd.edu/maven/lccd/content/repositories/psl-releases/ -DarchetypeGroupId = edu.umd.cs -DarchetypeVersion = 1.2.1
我正在使用Apache Maven 3.3.9和Java 1.8.0
答案 0 :(得分:1)
此页面中的说明也说:The Windows shell (CMD.EXE) doesn't accept line continuations ('\'), so remove those and enter the command all on one line.
。复制并粘贴时检查是否有两个\
符号。删除然后它将工作。