Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change multi module setup to support extension and examples #83

Open
jangalinski opened this issue Jan 21, 2022 · 2 comments
Open

change multi module setup to support extension and examples #83

jangalinski opened this issue Jan 21, 2022 · 2 comments
Assignees
Labels

Comments

@jangalinski
Copy link
Contributor

following a pattern that we used for many extensions in the past (see https://github.com/camunda-community-hub/camunda-rest-client-spring-boot for example) I would like to restructure the layout so we have

  • root
    • examples
      • example 1
      • example n
    • extension
      • core
      • spring
        • spring
        • spring-boot
      • ...

This has proven to be a very effective multi module layout that allows to have multiple examples within the same mono-repo that are not published to maven central.
Not using sub folders easily leads to a cluttered repo when the number of examples and extensions increases.

@jangalinski jangalinski self-assigned this Jan 21, 2022
jangalinski added a commit that referenced this issue Jan 22, 2022
@berndruecker
Copy link
Contributor

Hey @jangalinski -I am not against this, but also don't think it adds much value at the current stage, so I personally would probably invest energies in other areas. But hey - if this feels important to you I suggest that you simply go ahead :-)

The beauty of that change would be, that you could drag the example from https://github.com/camunda-consulting/code/tree/master/one-time-examples/camel-use-cases into the repo itself - I definitely like this part :-)

@jangalinski
Copy link
Contributor Author

yeah, you are right ... this can wait

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants