Skip to content

Maven plugin descriptor contains javadoc taglets #264

@kwin

Description

@kwin

The Maven plugin descriptor (in META-INF/maven/plugin.xml) incorrectly contains javadoc taglets which leads to the following code completion hover in m2e:

Image

This can be fixed by upgrading to a newer version of the maven-plugin-plugin (

<property name="maven-plugin-plugin.version" value="3.4"/>
) which fixed this: https://issues.apache.org/jira/browse/MPLUGIN-298 and https://issues.apache.org/jira/browse/MPLUGIN-417. Further details in https://maven.apache.org/plugin-tools/#plugin-descriptors.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions