Hello, I have 2 variants A and B of my NB platform app. B is just variant A + 2 additional modules and some branding.
With Ant it was easy to setup. B only contained the 2 extra modules+branding
and I just had to update cluster.path in B's platform.properties to also
include variant A's cluster:
cluster.path=${nbplatform.active.dir}/platform:../variantA/build/cluster
I ported the app to Maven, but it's not clear to me how can achieve the same
mechanism with Maven. Any recommandation?
Jerome
