We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I had the following entry in my "licensesConfigFile":
<licenses> <!-- Manually fix the existing license nodes: --> <license> <name>BSD-3-Clause (BSD-3-Clause "New" or "Revised" License)</name> <url>https://raw.githubusercontent.com/x-stream/xstream/XSTREAM_1_3_1/LICENSE.txt</url> </license> </licenses>
The special character " isn't allowed as a Windows filename and will prevent creating/downloading the license file.
"
Also the goal does not report any error / fails the maven build. Only running maven in debug mode will make this error visible.
We should check all license names for special characters and replace them.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I had the following entry in my "licensesConfigFile":
The special character
"
isn't allowed as a Windows filename and will prevent creating/downloading the license file.Also the goal does not report any error / fails the maven build. Only running maven in debug mode will make this error visible.
We should check all license names for special characters and replace them.
The text was updated successfully, but these errors were encountered: