-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Published JARs for versions 2.2.0 and 2.3.0 have an invalid module name in MANIFEST.MF #24
Comments
I think this comes from https://github.com/bbottema/standard-project-parent/blob/master/pom.xml#L60 ( |
This problem also affects version 1.0.1 of https://github.com/bbottema/jetbrains-runtime-nullability-annotations |
Hmm, that's a problem. I'm not sure how to get the unique project name without dashes and I don't really have the time lately to do research. Any suggestions? |
I put up a clumsy fix for this in bbottema/standard-project-parent#10. Let me know what you think. It's been awhile since I tried to do this kind of thing in Maven. |
Fixed by aea17f8 |
Fix released in 2.3.1 |
Published JARs for versions 2.2.0 and 2.3.0 have an invalid module name in
MANIFEST.MF
.Both contain this line:
Because it contains a
-
character, it is not a valid identifier. Runningjar --describe-module --file emailaddress-rfc2822-2.2.0.jar
gives output:The text was updated successfully, but these errors were encountered: