Update qdox to 1.12 on myfaces-builder-plugin ---------------------------------------------
Key: MYFACES-2893 URL: https://issues.apache.org/jira/browse/MYFACES-2893 Project: MyFaces Core Issue Type: Task Components: build process Affects Versions: 2.0.1 Reporter: Jakob Korherr Assignee: Jakob Korherr Currently myfaces-builder-plugin uses qdox version 1.9.1, however this version is confused by a code like the following, ending in a parse error and thus a build failure: private <T> ConfigParameter(T defaultValue, Class<T> expectedType, String... expectedConfigValues) Updating qdox to the latest version (1.12) removes this problem. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.