Is it possible in a maven submodule pom file to specify that it should build a normal artifact jar and a felix bundle during the packaging phase?
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. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

