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

Allow multiple directories in plugin layers #61

Open
aalmiray opened this issue Oct 27, 2020 · 0 comments
Open

Allow multiple directories in plugin layers #61

aalmiray opened this issue Oct 27, 2020 · 0 comments

Comments

@aalmiray
Copy link
Contributor

Currently a single directory may be used per plugin layer. Spotted this at the vert.x example

plugins1:
  parents:
    - "platform"
    - "log"
  directory: ../../../target/route-plugins1
plugins2:
  parents:
    - "platform"
    - "log"
  directory: ../../../target/route-plugins2

These two layers could be combined in a single layer.

Of course there are uses cases where you'd want to keep plugin layers separate.

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

No branches or pull requests

1 participant