This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch jena5 in repository https://gitbox.apache.org/repos/asf/jena.git
commit 175212fe91d8dc0956c1998b02725037ab6645a6 Author: Andy Seaborne <[email protected]> AuthorDate: Wed Nov 1 08:47:09 2023 +0000 SHACL, ShEX: Javadoc for the API packages only --- jena-shacl/pom.xml | 2 +- jena-shex/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jena-shacl/pom.xml b/jena-shacl/pom.xml index 6001c5f4cf..df032f7c0f 100644 --- a/jena-shacl/pom.xml +++ b/jena-shacl/pom.xml @@ -114,7 +114,7 @@ <configuration> <windowtitle>Apache Jena SHACL</windowtitle> <doctitle>Apache Jena - SHACL ${project.version}</doctitle> - <excludePackageNames>*.compact:*.compact.*:*.engine:*.engine.*:*.lib:*.parser:*.sys:*.vocabulary</excludePackageNames> + <excludePackageNames>org.apache.jena.shacl.*</excludePackageNames> </configuration> </plugin> diff --git a/jena-shex/pom.xml b/jena-shex/pom.xml index e017bc9bfa..b12adb5acc 100644 --- a/jena-shex/pom.xml +++ b/jena-shex/pom.xml @@ -114,7 +114,7 @@ <configuration> <windowtitle>Apache Jena ShEx</windowtitle> <doctitle>Apache Jena - ShEx ${project.version}</doctitle> - <includePackageNames>org.apache.jena.shex</includePackageNames> + <excludePackageNames>org.apache.jena.shex.*</excludePackageNames> </configuration> </plugin>
