-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
[ISSUE #3370] Issue with executing shell script /bin/sh^M on Unix/Linux #3371
Conversation
…rialization exception
2. Solve the OS = Windows error when packaging Maven (does not affect packaging)
|
The I queried the documentation and found that the reason is: because the assembly task is executed on Windows, but it contains a path relative to Linux. The document states that |
My env is MacOs, has no error. Can someone in the community help to confirm whether this change can eliminate the error message and be packaged correctly on windows OS? |
Ok i am looking for help |
I have already verified this in my local windows enviroment.The result is as above. |
Please do not create a Pull Request without creating an issue first.
What is the purpose of the change
ERROR OS = Windows, and the assembly descriptor contains *nix specific root-relative-reference
Brief changelog