I have a weird problem - Some class file couldn\'t be read during maven build.
A
and project B
.
go to the maven repository and open the jar [tip: you can use winzip] of the source module to verify the specific class present.
In my case it is not. Then I found below.
if you are using the plugin org.apache.felix/maven-bundle-plugin
Make sure source module has export-package defined
example: com.xxx.camel.dao