This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 2c4fc16 SLING-13239 - apis-jar javadoc generation fails on Java 25
due to unexpected files (#102)
2c4fc16 is described below
commit 2c4fc1637253929a2f1045d263dfbe9cdfd46b79
Author: Robert Munteanu <[email protected]>
AuthorDate: Thu Jun 11 12:24:36 2026 +0200
SLING-13239 - apis-jar javadoc generation fails on Java 25 due to
unexpected files (#102)
Add new files to exclude.
---
src/main/java/org/apache/sling/feature/maven/mojos/ApisJarMojo.java | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/src/main/java/org/apache/sling/feature/maven/mojos/ApisJarMojo.java
b/src/main/java/org/apache/sling/feature/maven/mojos/ApisJarMojo.java
index 7e6052c..e5ee0ac 100644
--- a/src/main/java/org/apache/sling/feature/maven/mojos/ApisJarMojo.java
+++ b/src/main/java/org/apache/sling/feature/maven/mojos/ApisJarMojo.java
@@ -805,6 +805,9 @@ public class ApisJarMojo extends
AbstractIncludingFeatureMojo {
"jquery.jszip-utils.dist",
"jquery.jszip.dist",
"resources",
+ "resource-files",
+ "resource-files.fonts",
+ "script-files",
"legal");
apiPackages.removeAll(jqueryPackages);
}