Skip to content
New issue

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

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

Already on GitHub? # to your account

Make the Maven plugin generate a single index per execution #195

Merged
merged 1 commit into from
May 11, 2022

Conversation

Ladicek
Copy link
Contributor

@Ladicek Ladicek commented May 10, 2022

Previously, the Maven plugin generated one index for each file set,
which is pretty counter-intuitive. With this change, all file sets
contribute to the same index. If the user wants to generate multiple
indices, they should define multiple executions of the Maven plugin.

Fixes #138.

Previously, the Maven plugin generated one index for each file set,
which is pretty counter-intuitive. With this change, all file sets
contribute to the same index. If the user wants to generate multiple
indices, they should define multiple executions of the Maven plugin.
@Ladicek Ladicek added the breaking-change Changes that break API backwards compatibility label May 10, 2022
@Ladicek Ladicek added this to the 3.0.0 milestone May 10, 2022
@Ladicek Ladicek merged commit 66ef264 into smallrye:smallrye May 11, 2022
@Ladicek Ladicek deleted the maven-plugin-single-index branch May 11, 2022 07:14
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
breaking-change Changes that break API backwards compatibility maven-plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant