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
What happened: Maven生成maven-metadata.xml文件的checksum文件扩展名为大写,导致无法被客户端访问。 仅在删除版本时,重新生成的maven-metadata.xml的checksum文件为大写。
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
cat VERSION
cat /etc/os-release
uname -a
The text was updated successfully, but these errors were encountered:
fix: maven元数据checksum文件扩展名更改为小写 TencentBlueKing#1143
4ac8bc6
Merge pull request #1144 from scplsy/issue_1143
76dbddc
fix: maven元数据摘要文件扩展名错误 #1143
scplsy
No branches or pull requests
What happened:
Maven生成maven-metadata.xml文件的checksum文件扩展名为大写,导致无法被客户端访问。
仅在删除版本时,重新生成的maven-metadata.xml的checksum文件为大写。
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
cat VERSION
in installed dir):cat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: