Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
The catalog generates a bunch of files. The problem is that those files are re-generated when the catalog/camel-catalog module is built, so that when a developper modifies a component without rebuilding the whole project, those modifications may be missed, and thus leads to an incomplete commit.
The idea is to move the generators that depends on a given component inside the build of that component, so that the changes would be effective immediately.