Make classes.jar more IDE friendly
cgruber opened this issue · 0 comments
cgruber commented
Right now, you end up with a lot of "classes-.jar" in your external workspace list in intellij. Renaming classes.jar to something more verbose can help disambiguate them in the external libraries list. Either artifactId-version-classes.jar (e.g. guava-18.0-classes.jar) would improve their visual appearance. possibly even adding some portion fo the group id to them. Definitely should do the former, need to consider the latter (adding group disambiguation).