The documentation says that the plugin will automatically generate Import-Package metadata for you and that you rarely need to state the packages explicitly. I believe I have two cases where it "seems" that I need to be explicit.
1) If my code has a reflection based loading of a particular class, it seems that the plugin doesn't catch it. 2) If I have some generated source code in my maven project, it also seems that the plugin doesn't catch those dependencies. Are these two cases valid "you have to declare the imports yourself" cases, or am I doing something wrong? Thanks, Chad

