This is an automated email from the ASF dual-hosted git repository.

rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git


The following commit(s) were added to refs/heads/master by this push:
     new e1d9d29  doclint=none
e1d9d29 is described below

commit e1d9d29772fe8abe06e933fa34900d040fd8fd79
Author: Romain Manni-Bucau <rmannibu...@gmail.com>
AuthorDate: Thu Nov 12 11:52:37 2020 +0100

    doclint=none
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index cd03ed9..e3dbbcc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,6 +170,14 @@
           <trimStackTrace>false</trimStackTrace>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>3.2.0</version>
+        <configuration>
+          <doclint>none</doclint>
+        </configuration>
+      </plugin>
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Reply via email to