-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add Maven Wrapper #185
Add Maven Wrapper #185
Conversation
just out of interest how is the process in upgrading the wrapper or the maven version? is there e. g. a command that can upgrade both to the latest minor version? If so we could add a custom ci job to create PRs accordingly, since dependabot does not yet support upgrading maven wrapper dependabot/dependabot-core#485 but there is https://github.com/marketplace/actions/update-gradle-wrapper-action I haven't used the wrapper myself so far. |
I saw the build failed because of a commit signing is missing. does the "signed-of-by" commit message appendix actually have any value? It is not cryptographic anyway. I wouldn't mind to remove it. None of the eclipse projects I am contributing to has it. |
It's a kind of "CLA per commit", see https://wiki.linuxfoundation.org/dco. IIRC eclipse projects require signing a CLA prior to the first contribution. |
@vorburger Currently the diff shows "0 changed files". |
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.
This commit needs to be removed.
b8eb523
to
9ac507e
Compare
I rebased the branch which resolves the issue of the diff showing "0 changed files". @vorburger Can we merge it without commit sign-off? Btw. the contribution guidelines don't say anything about a requirement for commit signing. Maybe they should be extended and maybe a pull request template should be created that names that requirement. |
Thank You!
FYI somehow (to my own surprise!) Dependabot actually seem to proposed version bumps upgrades for the Maven Wrapper... see https://github.com/enola-dev/enola/pull/869/files for an example I've just run into!
Re. ^^^ this is why:
Good idea! Do you want to do that? I do think this could avoid hypothetical problems - if this was ever used by more people.
I'll fix it. |
Signed-off-by: Michael Vorburger <mike@vorburger.ch>
9ac507e
to
381f58f
Compare
Fixes #175.
@J-N-K and @sebthom OK for you? Plz Merge if LGTY; thanks!
PS: Ignore the revert commit on this PR (due to this), I just couldn't figure out how to get rid of it, here.