Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up#69 fixed #71
#69 fixed #71
Conversation
| private CommitUser createCommitUser() { | ||
| CommitUser user = new CommitUser(); | ||
| user.setName("site-maven-plugin"); | ||
| user.setEmail("support@github.com"); |
This comment has been minimized.
This comment has been minimized.
mprins
Aug 31, 2014
Contributor
These values should be set to the ones configured for the repository in the local git config or fallback to the global git config
This comment has been minimized.
This comment has been minimized.
yegor256
Aug 31, 2014
Author
Ideally yes, but at the moment the plugin doesn't work at all. Version 0.9 is broken and nobody can use it. Would be great if we can merge this temporary fix and release version 0.9.1. Then, we can think about making it fully configurable, etc. What do you think?
This comment has been minimized.
This comment has been minimized.
mprins
Aug 31, 2014
Contributor
I've been unable to find the egit api docs; but I don't see why it should bypass the local git configuration stored in .git/config or the global config in the users home directory
I have several user accounts that I work with for different clients (so even using the {user.name} provided by maven is not an option); this doesn't fix the problem for me.
This comment has been minimized.
This comment has been minimized.
|
So #72 should be merged instead of the other PR. Am I right ? |
|
@cescoffier fine for me, #72 should also work. please merge it and deploy a new version to Maven Central |
|
+1 for #72 |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

yegor256 commentedAug 31, 2014
Works for me, deploys the site without any issues