This is an information-level message: Plugin execution not covered by lifecycle configuration: io.swagger.core.v3:swagger-maven-plugin-jakarta:2.2.32:resolve (execution: default, phase: compile)
To Reproduce
Follow the instructions shown at https://github.com/swagger-api/swagger-core/tree/master/modules/swagger-maven-plugin. Specifically the following:
<execution>
<phase>compile</phase>
<goals>
<goal>resolve</goal>
</goals>
</execution>
Expected behavior
An absence of the message
Additional context
I can make the message go away by changing the execution phase to "install'.