FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add module name to the package manifest attributes by thatcomputerguy0101 · Pull Request #986 · msgpack/msgpack-java · GitHub

Add module name to the package manifest attributes - #986

Open
thatcomputerguy0101 wants to merge 2 commits into
msgpack:mainfrom
thatcomputerguy0101:maven-packaging
Open

Add module name to the package manifest attributes#986
thatcomputerguy0101 wants to merge 2 commits into
msgpack:mainfrom
thatcomputerguy0101:maven-packaging

Conversation

Copy link
Copy Markdown

I tried pulling msgpack-core in through Maven, and I noticed that the module name was being parsed from the jar file name as msgpack.core instead of org.msgpack.core. This change adds the module name defined in the sbt config to the package manifest attributes so that Maven autodetects the correct name.

thatcomputerguy0101 commented May 27, 2026
edited
Loading

Copy link
Copy Markdown
Author

(PS: I'm not very familiar with sbt, so there may be a better way to do this.)

thatcomputerguy0101 commented May 27, 2026
edited
Loading

Copy link
Copy Markdown
Author

Actually, I failed to test my final revision of this properly, so this doesn't work right now. I think it is fixed now.

thatcomputerguy0101 marked this pull request as draft May 27, 2026 02:52
`-` is not a vaild character for module names
thatcomputerguy0101 marked this pull request as ready for review May 27, 2026 03:13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL