Carsten Ziegeler created SLING-9743:
---------------------------------------
Summary: Javadoc generation fails on Java 11+ if jquery is included
Key: SLING-9743
URL: https://issues.apache.org/jira/browse/SLING-9743
Project: Sling
Issue Type: Bug
Components: Feature Model, Maven Plugins and Archetypes
Affects Versions: slingfeature-maven-plugin 1.3.14
Reporter: Carsten Ziegeler
Assignee: Carsten Ziegeler
Fix For: slingfeature-maven-plugin-1.4.0
Depending on the options for javadoc generation, java 11+ might include jquery
which then results in a verification error as the generated jar has too many
packages:
{noformat}
[INFO] javadoc jar for region global has 6 errors:
[INFO] - Wrong package jquery
[INFO] - Wrong package jquery.external.jquery
[INFO] - Wrong package jquery.images
[INFO] - Wrong package jquery.jszip-utils.dist
[INFO] - Wrong package jquery.jszip.dist
[INFO] - Wrong package resources
{noformat}
These packages should be ignored
--
This message was sent by Atlassian Jira
(v8.3.4#803005)