mybatis / redis-cache

MyBatis Redis Cache adapter

Home Page:http://mybatis.github.io/redis-cache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not find artifact org.mybatis.caches:mybatis-redis:jar:1.0.0-SNAPSHOT when using Maven

edwin opened this issue · comments

trying to use redis via maven,

 <dependency>
    <groupId>org.mybatis.caches</groupId>
    <artifactId>mybatis-redis</artifactId>
    <version>1.0.0-SNAPSHOT</version>
  </dependency>

got this error,

Could not find artifact org.mybatis.caches:mybatis-redis:jar:1.0.0-SNAPSHOT -> [Help 1]

im using this example,

http://mybatis.github.io/redis-cache/index.html

do you have any idea what maven repositories should i use?
thank you.

Snapshot wouldn't normally be released.

--- Original Message ---

From: "Muhammad Edwin" notifications@github.com
Sent: May 8, 2015 4:07 AM
To: "mybatis/redis-cache" redis-cache@noreply.github.com
Subject: [redis-cache] Could not find artifact org.mybatis.caches:mybatis-redis:jar:1.0.0-SNAPSHOT when using Maven (#1)

trying to use redis via maven,

 <dependency>
    <groupId>org.mybatis.caches</groupId>
    <artifactId>mybatis-redis</artifactId>
    <version>1.0.0-SNAPSHOT</version>
  </dependency>

got this error,

Could not find artifact org.mybatis.caches:mybatis-redis:jar:1.0.0-SNAPSHOT -> [Help 1]

im using this example,

http://mybatis.github.io/redis-cache/index.html

do you have any idea what maven repositories should i use?
thank you.


Reply to this email directly or view it on GitHub:
#1

Yeah! This was issue #1!! :)

The project is in a very early inception phase. We need people to use it, discuss on it and ... probably fix things.

Snapshots are usually published to https://oss.sonatype.org/content/repositories/snapshots/ so you can point to this repo to use the code. Please, if you use it, tell us about how it went!

@harawata Iwao.... I have replicated the configuration you have made for other repos but the deployment to sonatype is giving me an Unauthorized. Can you please have a look?

Hi guys!
The snapshot should be available now :-)

The 'travis encrypt' command needs to be executed in each project repo even if the username/password are the same because the encryption key is different for each project.

Thank you very much Iwao.

Hi @edwinkun I have just sent a beta1 version to maven central so you will be able to find it easily.

thanks @emacarron , i really appreciate it