Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top