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 284e272  JEXL: javadoc generation potential fix (dryRun)
284e272 is described below

commit 284e272068a680004466f113263a7c552e53761a
Author: henrib <[email protected]>
AuthorDate: Tue Jan 5 17:02:08 2021 +0100

    JEXL: javadoc generation potential fix (dryRun)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a78b3a3..af100fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -289,7 +289,7 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <configuration>
-                    
<excludePackageNames>*.internal;*.parser</excludePackageNames>
+                    
<excludePackageNames>*.internal:*.parser</excludePackageNames>
                     <show>public</show>
                 </configuration>
             </plugin>

Reply via email to