jvm-redux / jvm-redux-api

MIT License
22 stars 4 forks source link

Maven hosting. #7

Open pardom-zz opened 8 years ago

pardom-zz commented 8 years ago

Who wants to take on this super fun task? 😄

glung commented 8 years ago

what about we start with https://jitpack.io/ as for now ?

https://jitpack.io/#jvm-redux/jvm-redux-api/-SNAPSHOT

    allprojects {
        repositories {
            ...
            maven { url "https://jitpack.io" }
        }
    }
dependencies {
            compile 'com.github.jvm-redux:jvm-redux-api:-SNAPSHOT'
    }
glung commented 8 years ago

or actually we can version per sha


    dependencies {
            compile 'com.github.jvm-redux:jvm-redux-api:646b13668f'
    }
glung commented 8 years ago

The advantage I see with it : it works already and we can focus on the essential. I guess later, we are in a more advanced phase we could bring that up again.

Is there any other advantage to sonatype/jcenter hosting ? (other than looking professional :)

JLLeitschuh commented 7 years ago

You can use jfrog for free. Just create an account and you can upload artifacts you want to make public there.