◐ Shell
clean mode source ↗

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

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@thatcomputerguy0101

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

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

@thatcomputerguy0101

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

`-` is not a vaild character for module names

1 participant

@thatcomputerguy0101