You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2023/03/13 14:48:45 UTC

[commons-jexl] branch master updated: JEXL: 3.3 RC1 - Fixing Javadoc, take 6

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 ea2fbe8f JEXL: 3.3 RC1 - Fixing Javadoc, take 6
ea2fbe8f is described below

commit ea2fbe8fb359b243388872f43f850571194fa209
Author: henrib <he...@apache.org>
AuthorDate: Mon Mar 13 15:48:39 2023 +0100

    JEXL: 3.3 RC1
    - Fixing Javadoc, take 6
---
 pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/pom.xml b/pom.xml
index 58bd522d..bbd437a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -325,6 +325,17 @@
 		        </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>
     </build>