← 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

anmol_bagga10 posted a new comment:
What you can do is make a folder in your project say lib and put the sikuli-script.jar in that.
and include this dependency in ur pom file
<dependency>
        <groupId>org.sikuli</groupId>
        <artifactId>sikuli-api</artifactId>
        <version>1.0.2</version>
     <systemPath>${project.basedir}\lib\sikuli-script.jar</systemPath>
        <scope>system</scope>
</dependency>
I have checked this and this works fine.
Regards,
Anmol Bagga

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