Multiple build types for a submodule (bundle and artifact)?

2010-08-20 Thread motes motes
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

Re: Multiple build types for a submodule (bundle and artifact)?

2010-08-20 Thread Justin Edelson
On 8/20/10 11:32 AM, motes motes wrote: 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? I don't think so, but it certainly is possible by setting a classifier. It works fine for each case