Skip to content

Fix: Ensure cross-platform compatibility for file paths in Maven configuration#57

Closed
thulasipavankumar wants to merge 3 commits intoing-bank:mainfrom
thulasipavankumar:main
Closed

Fix: Ensure cross-platform compatibility for file paths in Maven configuration#57
thulasipavankumar wants to merge 3 commits intoing-bank:mainfrom
thulasipavankumar:main

Conversation

@thulasipavankumar
Copy link

@thulasipavankumar thulasipavankumar commented May 8, 2025

  • Updated Maven XML to use ${file.separator} for path separators.
  • This change addresses issues with path separators on Linux systems.
  • Ensures file paths work correctly across all operating systems.

Fixes: #56

@thulasipavankumar
Copy link
Author

this PR can be closed as the changes are present in the main branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

mvn test fails in Linux because of backslash instead of forward slash in pom.xml file properties field

2 participants