| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
(PS: I'm not very familiar with sbt, so there may be a better way to do this.) |
Sorry, something went wrong.
|
Actually, I failed to test my final revision of this properly, so this doesn't work right now. I think it is fixed now. |
Sorry, something went wrong.
`-` is not a vaild character for module names
| Back | FazBrowse Home | New Git URL |
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.