Hi, I am trying to figure out how to set up the pom for a karaf-assembly in order to produce a custom distribution.
I know the names of the features I want installed and started, such as jetty, jms, cxf, camel etc. however I would like to know how I can determine the dependencies that are required in the pom in order that the custom distro will have all required dependencies in the "system" folder. The environment it will run in has no access to any repositories so will need to have a complete system folder generated at build time. How do we determine the maven dependency that a given feature requires? Regards, Marcus.
