You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (Jira)" <ji...@apache.org> on 2020/09/17 12:53:00 UTC

[jira] [Resolved] (SLING-9743) Javadoc generation fails on Java 11+ if jquery is included

     [ 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)