I downloaded Orchid from https://subgraph.com/orchid/download/index.en.html I added it as a module to my project. In my project's pom I have
<groupId>com.subgraph</groupId>
<artifactId>orchid</artifactId>
<version>1.0-SNAPSHOT</version>
The module is added to classpath. But when I'm trying mvn:deploy I get the error:
Could not find artifact com.subgraph:orchid:jar:1.0-SNAPSHOT What should I do to make deploy task available?