I want to use the jackson module parameter-names with Java 8 in my spring boot application. I need to provide the option "-parameters" to the compiler. Could you please let me know how to do this in pom.xml for the spring boot plug-in spring-boot-maven-plugin.
I found only following answer (How to compile Spring Boot applications with Java 8 --parameter flag), but the answer refers to different plug-in.
Thanks.