← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #185713]: Sikuli X-1.0rc3 and Maven support

 

Question #185713 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/185713

RaiMan posted a new comment:
Mavan's central repository will not answer on any Sikuli stuff, since it
is not there. This must be handled in your local repository.

To solve a dependency like the above, I think you need a structure containing sikuli-script.jar in your local repository like
-- sikuli-script
---- sikuli-script
------ X-1.0rc3
-------- sikuli-script.jar

with this dependency in your pom:
<dependency>
      <groupId>org.sikuli</groupId>
      <artifactId>sikuli-script</artifactId>
      <version>X-1.0rc3</version>
</dependency>

You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.