Skip to content
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

download-licenses: Replace all non compliant special characters from file name #432

Open
duracotton opened this issue May 24, 2022 · 0 comments

Comments

@duracotton
Copy link

duracotton commented May 24, 2022

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.

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

No branches or pull requests

1 participant