This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
The following commit(s) were added to refs/heads/master by this push: new 90e8abc7 JEXL: 3.3 RC1 - Fixing Javadoc, take 5 90e8abc7 is described below commit 90e8abc735c0b09776ebee36ff18b57340589000 Author: henrib <hen...@apache.org> AuthorDate: Mon Mar 13 15:39:18 2023 +0100 JEXL: 3.3 RC1 - Fixing Javadoc, take 5 --- pom.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pom.xml b/pom.xml index 85e9aca1..58bd522d 100644 --- a/pom.xml +++ b/pom.xml @@ -448,17 +448,6 @@ </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <excludePackageNames> - *.internal:*.internal.introspection:*.parser: - </excludePackageNames> - <show>protected</show> - </configuration> - </plugin> - </plugins> </reporting>