Skip to content

fix: resolve javadoc reference errors causing build failures #94

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

Merged
merged 2 commits into from
Jun 3, 2025

Conversation

chirino
Copy link
Collaborator

@chirino chirino commented Jun 3, 2025

• Fixed broken javadoc reference in StartException.java from Plugin.Builder#build() to PluginFactory.Builder#build() • Fixed broken javadoc reference in PluginFactory.java from Plugin#builder() to PluginFactory#builder() • Moved maven-javadoc-plugin configuration from release profile to main pluginManagement for consistent execution • Ensured javadoc generation runs during all builds, not just release builds

This commit resolves Maven build failures that were occurring at release due to invalid javadoc cross-references. The references were pointing to non-existent Plugin.Builder class methods when they should have been pointing to the correct PluginFactory.Builder methods. Additionally, the javadoc plugin configuration was moved to ensure consistent documentation generation across all build profiles, improving the overall build reliability and documentation quality.

chirino added 2 commits June 3, 2025 12:29
• Fixed broken javadoc reference in StartException.java from Plugin.Builder#build() to PluginFactory.Builder#build()
• Fixed broken javadoc reference in PluginFactory.java from Plugin#builder() to PluginFactory#builder()
• Moved maven-javadoc-plugin configuration from release profile to main pluginManagement for consistent execution
• Ensured javadoc generation runs during all builds, not just release builds

This commit resolves Maven build failures that were occurring at release due to invalid javadoc cross-references.
The references were pointing to non-existent Plugin.Builder class methods when they should have been
pointing to the correct PluginFactory.Builder methods. Additionally, the javadoc plugin configuration
was moved to ensure consistent documentation generation across all build profiles, improving the
overall build reliability and documentation quality.

Signed-off-by: Hiram Chirino <hiram@hiramchirino.com>
Signed-off-by: Hiram Chirino <hiram@hiramchirino.com>
@chirino chirino merged commit b77ff70 into roastedroot:main Jun 3, 2025
5 checks passed
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