georgberky / dependency-update-maven-plugin

A Maven plugin that creates merge requests for dependency updates.
Apache License 2.0
26 stars 9 forks source link

[BUILD] use mvnw (maven wrapper) #59

Closed bmarwell closed 1 year ago

bmarwell commented 1 year ago

Adds mvnw.


Old description:


Still fails the build, but error is unrelated to this change and fixed by https://github.com/georgberky/dependency-update-maven-plugin/pull/58.

I think this should be rebased on: https://github.com/georgberky/dependency-update-maven-plugin/pull/58 (or vice versa).

Luckily, the error is revealed by one of my latest contributions 😉

Native git invocation failed. Command: /usr/bin/git commit -m Hello George --author='Sandra Parsick <sandra@*****.com>', return value was: 128

[mavenjdk8:2164] stdout was: 
[mavenjdk8:2165] stderr was: Committer identity unknown
[mavenjdk8:2166] 
[mavenjdk8:2167] *** Please tell me who you are.
[mavenjdk8:2168] 
[mavenjdk8:2169] Run
[mavenjdk8:2170] 
[mavenjdk8:2171]   git config --global user.email "you@example.com"
[mavenjdk8:2172]   git config --global user.name "Your Name"
[mavenjdk8:2173] 
[mavenjdk8:2174] to set your account's default identity.
[mavenjdk8:2175] Omit --global to set the identity only in this repository.
[mavenjdk8:2176] 
[mavenjdk8:2177] fatal: unable to auto-detect email address (got 'root@0e5559c167a9.(none)')
bmarwell commented 1 year ago

Blocked by: https://github.com/carlossg/docker-maven/issues/301