Artifact deriver gives wrong version information for garnished jar names,
Key details
Basics
Logistics
Basics
Logistics
Description
Given a path com\google\inject\guice\4.0\guice-4.0-no_aop.jar it returns
group com.google.inject
Id guice
Version 4.0-no_aop
Which is demonstrably wrong. The -no_aop garnish needs to be added to “something else”. This used to work, so I just need to work out what I did wrong when I changed this code
Given a path
com\google\inject\guice\4.0\guice-4.0-no_aop.jarit returnsgroup
com.google.injectId guice
Version
4.0-no_aopWhich is demonstrably wrong. The
-no_aopgarnish needs to be added to “something else”. This used to work, so I just need to work out what I did wrong when I changed this code