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 to filter dependencies in multi-build mode #16599

Closed
essobedo opened this issue Apr 17, 2021 · 1 comment · Fixed by #16600
Closed

Allow to filter dependencies in multi-build mode #16599

essobedo opened this issue Apr 17, 2021 · 1 comment · Fixed by #16600
Labels
kind/enhancement New feature or request
Milestone

Comments

@essobedo
Copy link
Contributor

Description

Thanks to #16053, it is now possible to build several artifacts from one module but it is not yet possible to have a way to filter out some dependencies such that we could end up with artifacts containing useless dependencies. The idea of this feature is to go a little bit further by proposing a way to filter out the dependencies.

Implementation ideas

The idea could be to mark as optional the dependencies that are specific to one or several artifacts and then to specify by configuration which optional dependencies should be included in the final package.

@essobedo
Copy link
Contributor Author

The corresponding PR #16600

@quarkus-bot quarkus-bot bot added this to the 2.0 - main milestone Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant