IntelliJ IDEA 11/12 user, here.
We have a Maven/OSGi multi-module project set up in which module1 depends on module2. module2 exports packages with MANIFEST only.
When coding in module1, is there any way to set up IntelliJ IDEA so it honors the exported packages of module2 and flag any disallowed imports in module1 as errors (the way Eclipse does this)?