Skip to content

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 #128

@michaelglasson

Description

@michaelglasson

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions