Skip to content
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

Move to Maven Central instead of Github Repo #26

Open
asafm opened this issue Sep 25, 2016 · 4 comments
Open

Move to Maven Central instead of Github Repo #26

asafm opened this issue Sep 25, 2016 · 4 comments

Comments

@asafm
Copy link

asafm commented Sep 25, 2016

I think it's more safe and to work with Maven Central for publishing the JARs of this project. Our company (logz.io) would love to help setup this. WDYT?

@archbobo
Copy link
Collaborator

archbobo commented Oct 4, 2016

Hi there,

Please help! let me know when you are done, I will update the readme.

Thx!
-William

@jpringle11
Copy link

http://central.sonatype.org/pages/ossrh-guide.html

https://maven.apache.org/guides/mini/guide-central-repository-upload.html

Instructions on how to get opensource projects hosted and published on maven central.

@archbobo
Copy link
Collaborator

@jpringle11 many thanks, I plan to upload bigqueue to maven central in the near future.

@ajermakovics
Copy link

Hi all,

I managed to install it in Gradle using jitpack

repositories {
	maven { url 'https://jitpack.io' }
}
dependencies {
        compile 'com.github.bulldog2011:bigqueue:bigqueue-0.7.0'
}

Should work for Maven too.

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

4 participants