swagger-maven-plugin icon indicating copy to clipboard operation
swagger-maven-plugin copied to clipboard

Plugin execution not covered by lifecycle configuration: io.swagger.core.v3:swagger-maven-plugin-jakarta:2.2.32:resolve (execution: default, phase: compile) - Maven Project Build Lifecycle Mapping Problem

Open michaelglasson opened this issue 8 months ago • 0 comments

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'.

michaelglasson avatar May 20 '25 23:05 michaelglasson