Re: Variables in Bundle Id inside Feature Model

2019-05-24 Thread Andreas Schaefer
Ok, that’s fine. I will change the PM to FM Converter so that variables inside the bundles are replaced with the actual value. - Andy > On May 23, 2019, at 11:11 PM, Karl Pauls wrote: > > That said, maven properties can be used - hence, if you want to just have > the version in one place in yo

Re: Variables in Bundle Id inside Feature Model

2019-05-23 Thread Karl Pauls
That said, maven properties can be used - hence, if you want to just have the version in one place in your build you can by using a maven property. The difference is build time vs deploy/runtime. regards, Karl On Friday, May 24, 2019, Carsten Ziegeler wrote: > Hi, > > variables are not suppor

Re: Variables in Bundle Id inside Feature Model

2019-05-23 Thread Carsten Ziegeler
Hi, variables are not supported for bundle ids by design. Reasoning behind this is in the end reproducibility. A specific feature should be the same everywhere. With variables in the ids it would be possible that different artifacts are used in different situations for the same feature. Now,

Variables in Bundle Id inside Feature Model

2019-05-23 Thread Andreas Schaefer
Hi According to the FeatureBuilder: /** * Resolve variables in the feature. * Variables are allowed in the values of framework properties and in the values of * configuration properties. * @param feature The feature * @param additionalVariables Optional additional variables */ public stati