-
Notifications
You must be signed in to change notification settings - Fork 74
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
Upload to Maven Central instead of Bintray #206
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good to me. But please wait for checking with @hito4t before merging.
Maven Central actually needs a developers
section in pom.xml
. I'll try to add it in next PR(s).
@hito4t As in this PR, and I have mentioned on Twitter, we're going to release its JARs to Maven Central, instead of Bintray, as Bintray is sunsetting. https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ But, we are a bit wondering about releasing in Maven Central now, especially about permissions. Maven Central's (Sonatype OSSRH's) release permissions are managed per the domain name level of a Maven group name. So, release permissions can be managed only for the level of Of course, you're welcome to join the Embulk core maintainers if you want :), but you may not want. If not, having an unnecessary permission is known to be a bad habit in general... Can we hear your thoughts? We (TD members) can do the release on our side for the time being for v0.12.0 to delay the decision. At the same time, we may want to revisit your #171 (and maybe similar for Oracle) to simplify the release permission issues. At the same time, Maven Central needs Those names and addresses are listed like: Can we pick up your name and address from the Git commit log? (Or, do you prefer another name as your name in the Git log look If you want to be anonymized, we can exclude, and make it only with our names. But we wanted to nominate you as you've made biggest commits on |
@dmikurube
I don't want to have the permission.
OK. When can we separate the plugins?
Please see my github profile (I updated it recently). |
Thanks, @hito4t -san!
Sure! Then we'll do the release operations.
Yeah, the order may matter... How about :
We're wondering about Also, I guess we have two options to split. (B) may be better for Eventually, I guess (1) can be achieved this week once the PRs are reviewed. (We may still need 1-2 more administrative PRs, though.)
Okay, will include your name from there. |
OK, it will go well.
I think it's better to separate the plugins into as few repositories as possible, because that would make it easier to maintain plugins.
As you wrote, B may be better. |
Thanks! Merging this! |
Change the releasing Bintray to Maven Central