Hi all,
I have a bunch of maven modules, each of which has its own logical client, server, and common packages (shared between the client and server). I want to make both a client and a server bundle within this project, yet I don't get how we can separate the two in the maven bundle plugin. I tried including the classes of just the client and common in an <Include-Resource> tag, but that didn't have an effect because it still included all the class files from the project. I also am in a pickle because I would need to run two of the bundle plugins, which I don't think is supported under the <build> tag. Does anyone have any insight on either of these issues? Any help would be appreciated. Also, I don't want to split up each project into 3 individual projects because then I'd have 50+ projects with a huge web of dependencies. Thanks! Brendan Haverlock