Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.9
-
Fix Version/s: 3.0
-
Component/s: Plugin Plugin
-
Labels:None
-
Number of attachments :
Description
Anno Mojo generates a plugin.xml that includes generic parameter types. This causes PluginXdocGenerator to generate non-well-formed XML in one case and an unclear description in another, so site fails.
Without a clear specification of whether generics are permitted or not, it would be better to deal with them.
Activity
Olivier Lamy
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | Olivier Lamy [ olamy ] | |
| Fix Version/s | 3.0 [ 18460 ] | |
| Resolution | Fixed [ 1 ] |
A patch by Ben Speakmon is here for both cases: https://bitbucket.org/jwalton/maven-plugin-tools/changeset/82fa6eb01f95 .