Description
Inside maven-wagon-scm project, the several tests in org.apache.maven.wagon.providers.scm.ScmGitExeWagonTest expect a global user.name and user.email to be set.
On installations where .gitconfig contains the following:
[user] useConfigOnly = true
The tests will fail.
It would be better after repository creation to configure a user name & email at project level.