sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #37169
Re: [Question #272281]: Failed to execute goal on project sikulixapi on 64-bit Windows
Question #272281 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/272281
RaiMan posted a new comment:
ok, sorry for not being precise enough:
since 1.1.1 is in the pre-final phase (only nightly builds) it is in the OSSRH snapshot repo:
so add somewhere:
<repositories>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.