-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
[MNG-6071] Normalize relative paths for working directory #198
Conversation
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 is very like the surefire issue.
But we need to write tests
@slachiewicz |
i need to write unit tests - i run multiple runa by hand while investigating root couse, but now I have less time to add few more tests to code. I look into this later. I already send few other pathes to mailing list - waiting for review and more are ready. |
@eolivelli @Tibor17 I'm unable to create a unit test for this change. Inside maven everything works fine, only with surefire it makes the problem because getClass.getResource inside java rejects "." inside classpath entry. |
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.
Let's ship it in the current form as far as all tests pass on our Jenkins matrix
https://builds.apache.org/job/maven-box/job/maven/job/MNG-6520