← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #665421]: [1.1.1] Mac: Setup: downloads blocked from OSSRH (Maven snapshots)

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
When you are using Java programming in a Maven setup, then no previous
setup of any SikuliX stuff is needed.

Just purge anything of your previous SikuliX trials from your
system(especially the com.sikulix branch in the local Maven repo) and
just use the above dependency in your projects pom file:

  <dependency>
   <groupId>com.sikulix</groupId>
   <artifactId>sikulixapi</artifactId>
   <version>1.1.1</version>
  </dependency>

Check wether the sikulixapi.jar and the sikulixlibsmac.jar files are
downloaded when you build/run your project.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.