I have encountered a problem with cglib 2.2.2 sources jar in maven central repo. It contains following top-level entries:

lib
META_INF
src
build.xml
README
LICENCE
NOTICE

Is it done intentionally or it is malformed sources package? I have repacked this jar and moved source code from src directory to upper level, and all source code for cglib became accessible, before that some cglib classes did not have source attachments, however sources jar contained that classes.

有帮助吗?

解决方案

You can raise issues with Maven Central here. Also looks like someone raised this issue here at the cglib sourceforge site.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top