I'm looking to get opinions, and figure it makes sense to get an opinion
from the creators.

I'm trying to figure out what is the best way to create features files.
There's a maven plugin, or I can have it checked into source control.

The maven plugin will generate a features.xml for each project.  If I
compare to how camel works, for example, there's a single features.xml that
describes everything in use,
https://github.com/apache/camel/blob/master/platforms/karaf/features/src/main/resources/features.xml

This seems cleaner because its all in one spot, but a problem because of
the large overhead of creating and maintaining the file.  So is there any
way to automate the generation of something like this file?  I'm trying to
do the equivalent for Apache Tamaya.

John

Reply via email to