But what to do with more complex scenarios ? In the following posts (or post) I will try to share my observations on using JRebel in a project that:
- is developed by multiple developers (using varying tools while maven is common denominator)
- has multi-modular structure and quite few lines of code,
- has several builds modes (e.g. production, development, and testing artifacts with varying configurations are possible)
- uses nasty maven tricks including resources filtering, profiles, conditional configuration, overlaying and many more,
- allows for building different products from partially common code-base
For the moment I will tell you one thing: default configuration is not sufficient here.
No comments:
Post a Comment