From 205b3abcbd6b660b4d8651d3a07e9cdf60d3abf8 Mon Sep 17 00:00:00 2001
From: 9Lukas5 <lukas.wiest@infinite-tech.solutions>
Date: Thu, 10 Dec 2020 15:25:22 +0100
Subject: [PATCH] refactor: disable all docs linting

---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index ad25674..41dac40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,6 +100,9 @@
                         <goals>
                             <goal>jar</goal>
                         </goals>
+                        <configuration>
+                            <doclint>all</doclint>
+                        </configuration>
                     </execution>
                 </executions>
             </plugin>
-- 
GitLab