wimdeblauwe / htmx-spring-boot

Spring Boot and Thymeleaf helpers for working with htmx
Apache License 2.0
423 stars 41 forks source link

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

Closed xhaggi closed 2 months ago

xhaggi commented 2 months ago

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] ^
....