The Wayback Machine - https://web.archive.org/web/20200916230446/https://github.com/github/maven-plugins/pull/78
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

workaround the case of a non-public email #78

Merged
merged 1 commit into from Jan 21, 2015

Conversation

@mprins
Copy link
Contributor

mprins commented Oct 31, 2014

As proposed by some others, this works around the issue of not having a public email address on your github profile.

close #69
close #70
close #71
close #73
close #77

@joschi
Copy link

joschi commented Dec 14, 2014

👍

joschi added a commit to joschi/assertj-threetenbp that referenced this pull request Dec 14, 2014
Uncomment when github/maven-plugins#78 has been merged.
joschi added a commit to joschi/jackson-datatype-threetenbp that referenced this pull request Dec 14, 2014
joschi added a commit to gini/dropwizard-gelf that referenced this pull request Dec 16, 2014
Uncomment when github/maven-plugins#78 has been merged.
joschi added a commit to joschi/JadConfig that referenced this pull request Jan 7, 2015
Uncomment when github/maven-plugins#78 has been merged.
joschi added a commit to dropwizard/dropwizard-java8 that referenced this pull request Jan 12, 2015
@@ -433,7 +433,7 @@ public void execute() throws MojoExecutionException {

CommitUser author = new CommitUser();
author.setName(user.getName());
author.setEmail(user.getEmail());
author.setEmail(userService.getEmails().get(0));

This comment has been minimized.

@kevinsawicki

kevinsawicki Jan 16, 2015 Member

Should this use user.getEmail() when available and only fall back to userService.getEmails().get(0) when the first is null/empty?

This comment has been minimized.

@mprins

mprins Jan 17, 2015 Author Contributor

that might work as well; you'd have to give it a try.
I don't know the specifics of of the egit api anymore and don't have time atm.

kevinsawicki added a commit that referenced this pull request Jan 21, 2015
workaround the case of a non-public email
@kevinsawicki kevinsawicki merged commit b561dc7 into github:master Jan 21, 2015
@kevinsawicki
Copy link
Member

kevinsawicki commented Jan 21, 2015

Thanks for this, apologies for the delay

@kevinsawicki
Copy link
Member

kevinsawicki commented Jan 21, 2015

Released 0.11 to Maven Central just now, thanks again.

@farolfo
Copy link

farolfo commented Jan 21, 2015

Thanks for this !!
I'm not finding the site-maven-plugin:0.11 version. This might be due to a delay in the release buckets?

@kevinsawicki
Copy link
Member

kevinsawicki commented Jan 21, 2015

This might be due to a delay in the release buckets?

Yeah, I think it still takes hours to sync to maven central.

You can use https://oss.sonatype.org/#nexus-search;quick~github-maven-plugins in the interim if you need.

@mprins mprins deleted the mprins:non-public_email_fix branch Jan 22, 2015
joschi added a commit to dropwizard/dropwizard-flyway that referenced this pull request Mar 6, 2015
Uncomment when github/maven-plugins#78 has been merged.
joschi added a commit to dropwizard/dropwizard-elasticsearch that referenced this pull request Mar 11, 2015
@juanplopes

This comment has been minimized.

This change breaks the plugin to me. I had to revert this change in order to make it work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants
You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.