For my maven platform application I need to create different Application
bundles like NetBeans had pre Apache with SE, EE & C++ so I can have a
couple of variants of my application with each own set of plugins.

To this day, I have created different "application" projects with each
dependencies section customized.

The question now is how can I make this simpler?

I don't have a fancy build system or an update center.

A related question:
Sometimes I would like to include a disabled module and use
<moduleType>disabled</moduleType>
in nbm-maven-plugin of that module.

Is it possible in the same manner to make it disabled in App A but enabled
in App B?

/Patrik

Reply via email to