Hi, I'm trying to build Eclipse build with maven. In my case there is a library bundle which is just a package of some jars used by other plugins. The problem is that other plugins being build by maven depend on some of those jars and unfortunately I get compilation errors for all of that cases. This leads me to conclusion that such a case is not supported by maven. Is it so? As a workaround I'm creating separate bundle for each jar in use which is not nice. Regards, Stoil
