This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
commit 66401dadda9a28079efebd27caa695ad9dd629b9 Author: henrib <hen...@apache.org> AuthorDate: Fri Mar 10 22:09:10 2023 +0100 JEXL: 3.3 RC1 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c926bcb0..081e1d2f 100644 --- a/pom.xml +++ b/pom.xml @@ -277,7 +277,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> - <excludePackageNames>*.internal:*.parser</excludePackageNames> + <excludePackageNames>*.internal:*.internal.introspection:*.parser</excludePackageNames> <show>public</show> </configuration> </plugin> @@ -313,7 +313,7 @@ </includes> <excludes> <exclude>org.apache.commons.jexl3.internal</exclude> - <exclude>org.apache.commons.jexl3.internal.introspection</exclude> + <exclude>org.apache.commons.jexl3.introspection.internal</exclude> <exclude>org.apache.commons.jexl3.parser</exclude> </excludes> <onlyModified>true</onlyModified> @@ -420,7 +420,7 @@ </includes> <excludes> <exclude>org.apache.commons.jexl3.internal</exclude> - <exclude>org.apache.commons.jexl3.internal.introspection</exclude> + <exclude>org.apache.commons.jexl3.introspection.internal</exclude> <exclude>org.apache.commons.jexl3.parser</exclude> </excludes> <onlyModified>true</onlyModified>