ppkarwasz opened a new pull request, #504:
URL: https://github.com/apache/logging-parent/pull/504

   Sets `MAVEN_BASEDIR` to `${{ github.workspace }}` in `build-reusable.yaml`, 
so that Maven receives `maven.multiModuleProjectDirectory` as a native Windows 
path.
   
   ## Motivation
   
   The build runs `./mvnw` under `shell: bash` on all platforms. On Windows 
runners this means Git Bash (MinGW). Using Maven 3 with this shell, we end up 
with a mixed Windows path (`D:/foo/bar/baz`), which triggers issue 
[RAT-559](https://issues.apache.org/jira/browse/RAT-559)).
   
   The workaround overrides that default value with a Windows path in 
**canonical** form.
   
   The workaround can be removed when either RAT-559 or its workaround 
apache/maven#12537 (backport of the MinGW path conversion to the 3.x line) are 
published.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to