[
https://issues.apache.org/jira/browse/SLING-9743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carsten Ziegeler resolved SLING-9743.
-------------------------------------
Resolution: Fixed
https://github.com/apache/sling-slingfeature-maven-plugin/commit/e0e55d7fc07d75ef8bc89f0c12ff01211d21df00
> 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
> Priority: Major
> 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)