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

[maven-javadoc-plugin] disable missing warnings #110

Conversation

xhaggi
Copy link
Contributor

@xhaggi xhaggi commented Apr 17, 2024

Silencing the maven-javadoc plugin.

[WARNING] Javadoc Warnings
[WARNING] /htmx-spring-boot/htmx-spring-boot/src/main/java/io/github/wimdeblauwe/htmx/spring/boot/mvc/HtmxHandlerInterceptor.java:17: warning: no comment
[WARNING] public class HtmxHandlerInterceptor implements HandlerInterceptor {
[WARNING] ^
[WARNING] /htmx-spring-boot/htmx-spring-boot/src/main/java/io/github/wimdeblauwe/htmx/spring/boot/mvc/HtmxHandlerMethodArgumentResolver.java:14: warning: no comment
[WARNING] public class HtmxHandlerMethodArgumentResolver implements HandlerMethodArgumentResolver {
[WARNING] ^
[WARNING] /htmx-spring-boot/htmx-spring-boot/src/main/java/io/github/wimdeblauwe/htmx/spring/boot/mvc/HtmxHandlerMethodArgumentResolver.java:28: warning: no comment
[WARNING] public static HtmxRequest createHtmxRequest(HttpServletRequest request) {
[WARNING] ^
....

@wimdeblauwe wimdeblauwe merged commit 0b13160 into wimdeblauwe:main Apr 17, 2024
2 checks passed
@xhaggi xhaggi deleted the fix/maven-javadoc-disable-missing-warnings branch May 31, 2024 08:48
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.

None yet

2 participants