> It works fine for each case separately (using the felix plugin for > the bundle case) but the problem is that the bundle version cannot be > used as a dependency in another pure maven module. Thats why I want to > build two versions of the module.
The build-helper plugin should probably be able to do what you're asking. If not... build the normal artifact jar in this project, and then use another project (pom.xml) that pulls in that artifact, and modifies it so that it become a bundle. I don't know the felix plugin but assume it can do this. Also, I'd expect the Felix people might have better suggestions since this is their plugin. You should ask them. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
