I'm searching for an build workflow to build an eclipse rcp application by feature builds with maven 3 with tycho and hudson.
My Example:
3 Features
- Feature A
- Feature B
- Feature C
2 Products
- Product 1 - Based on features A and B
- Product 2 - Based on features B and C
For every feature and product exists one Hudson job. My requested workflow is that
- every feature will be builded and deployed and then
- every product will be created on the base of the deployed features.
Is there any best practive workflow for that (with an tutorial in the best case)?