Skip to content

Maven hosting. #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
pardom-zz opened this issue Oct 26, 2016 · 4 comments
Open

Maven hosting. #7

pardom-zz opened this issue Oct 26, 2016 · 4 comments

Comments

@pardom-zz
Copy link
Contributor

Who wants to take on this super fun task? 😄

@glung
Copy link
Contributor

glung commented Oct 26, 2016

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
Copy link
Contributor

glung commented Oct 26, 2016

or actually we can version per sha


    dependencies {
            compile 'com.github.jvm-redux:jvm-redux-api:646b13668f'
    }

@glung
Copy link
Contributor

glung commented Oct 26, 2016

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants