hi, I also occured another problem. It seems that m2eclipse will add all dependencies including other project and third-party jar into the Maven Dependency Library in eclipse. So, we can use the java code which belong to these dependencies without exporting/importing them in manifest.mf file. It complies successfully. But for osgi runtime, it will be failed. OSGI need these export/import statement in manifest.mf file.
I commented this message on http://jira.codehaus.org/browse/MNGECLIPSE-619.
