Hi, we are using the maven bundle plugin (which works great btw) and now face the following problem:
Together with our own code we want to bundle a 3rd party library and at the same time override some classes from this library with our own classes (to include some hot fixes and patches). So, basically we have a maven project which has our own code and the patch code in source, a dependency to the 3rd party library and that's it. When building the bundle, it seems that the clases from the 3rd party artifact are preferred and therefore our patches never make it into the bundle. Is there a way of achieving this? Regards Carsten -- Carsten Ziegeler [EMAIL PROTECTED]
