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

Fix Javadoc config for MR JAR #511

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Fix Javadoc config for MR JAR #511

merged 1 commit into from
Jul 2, 2024

Conversation

dmlloyd
Copy link
Contributor

@dmlloyd dmlloyd commented Jul 2, 2024

Currently, only the default execution of the javadoc plugin will be configured with the release version. However, at least one SmallRye project has a quality build check which makes javadocs using the javadoc goal which does not use this execution configuration. In reality, the target release should always determine the version used for every javadoc invocation strategy.

Currently, only the `default` execution of the `javadoc` plugin will be configured with the release version. However, at least one SmallRye project has a `quality` build check which makes javadocs using the `javadoc` goal which does not use this execution configuration. In reality, the target release should always determine the version used for every `javadoc` invocation strategy.
@dmlloyd dmlloyd merged commit 294a43a into smallrye:main Jul 2, 2024
1 check passed
@dmlloyd dmlloyd deleted the javadoc branch July 2, 2024 14:34
@github-actions github-actions bot added this to the 45 milestone Jul 2, 2024
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

Successfully merging this pull request may close these issues.

1 participant