← Back to team overview

sikuli-driver team mailing list archive

[Question #213774]: Maven dependency details for sikuli

 

New question #213774 on Sikuli:
https://answers.launchpad.net/sikuli/+question/213774

Hello all,

I am trying to automate a UI using Selenium webdriver and Sikuli. I also have Maven for other reasons into my Eclipse.

Now I am trying to add Sikuli as a dependency in Maven and I put the following in there:
<dependency>
      <groupId>org.sikuli</groupId>
      <artifactId>script</artifactId>
      <version>1.0rc3</version>
    </dependency>


Also I added the sikuli-script.jar file into the .m2 location as follows:
Created folders as follows:    C:\Users\<user>\.m2\repository\org\sikuli\script\1.0rc3\
And then added the sikuli-script.jar into the folder 1.0rc3

But, still I have errors like this in my pom.xml file:
ArtifactDescriptorException: Failed to read artifact descriptor for org.sikuli......


Did I put everything in the right place? Please guide me and help me resolve this issue. Thanks!





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