0
votes

I am trying to download PSL (Probabilistic Soft Logic :Groove for Intermediate Users) through Maven but I am not able to download it it gives me the following Error
Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.0.0:generate (default-cli) on project standalone-pom: The desired archetype does not exist (edu.umd.cs:psl-archetype-example:1.2.1
I am using windows and following the procedure as stated in this
https://github.com/linqs/psl/wiki/Installing-examples

My maven command is as follows
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

I am using Apache Maven 3.3.9 and Java 1.8.0

1

1 Answers

1
votes

The instructions in this page, also say that: The Windows shell (CMD.EXE) doesn't accept line continuations ('\'), so remove those and enter the command all on one line.. When you copy and paste check that there are two \ symbols. Remove then and it will work.