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 2107af3  JEXL: javadoc generation potential fix (dryRun), take 2
2107af3 is described below

commit 2107af3b44b917448cdb30f7fdb4f10a6d738721
Author: henrib <[email protected]>
AuthorDate: Tue Jan 5 17:33:06 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index af100fc..07ee28e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -291,6 +291,7 @@
                 <configuration>
                     
<excludePackageNames>*.internal:*.parser</excludePackageNames>
                     <show>public</show>
+                    <doclint>none</doclint>
                 </configuration>
             </plugin>
 

Reply via email to