-
Hi! We are developing multiple codestarts, each dedicated to a specific functionality, such as:
Since not all services require all the functionalities mentioned, the codestarts need to be independent. This means that each codestart has its own The issue arises when we try to chain multiple codestarts together while preserving the code generated from each codestart. [ERROR] ❗ Unable to create project: Multiple files found for path with 'fail-on-duplicate' FileStrategy: docker-compose.yml We are using:
Any ideas on how to fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 19 replies
-
/cc @ia3andy (codestart), @quarkusio/devtools (codestart) |
Beta Was this translation helpful? Give feedback.
-
first: codestarts are NOT intended to be generally mergable. it is very deliberate that the codestarts we have are not overlapping :) second: as @aloubyansky you'll need some way to merge docker-compose.yml - but I doubt that is possible/feasible. Lots of things can go very wrong with that. which of the possible 4 files do you want to "win" ? |
Beta Was this translation helpful? Give feedback.
@aloubyansky I prepared the PR #42512.