Skip to content

Commit f4fc9a3

Browse files
committed
Disable doclint
1 parent 09ab3da commit f4fc9a3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,22 @@
6262
<target>1.8</target>
6363
</configuration>
6464
</plugin>
65+
<plugin>
66+
<groupId>org.apache.maven.plugins</groupId>
67+
<artifactId>maven-javadoc-plugin</artifactId>
68+
<version>3.1.1</version>
69+
<configuration>
70+
<doclint>none</doclint> <!-- Turnoff all checks -->
71+
</configuration>
72+
<executions>
73+
<execution>
74+
<id>attach-javadocs</id>
75+
<goals>
76+
<goal>jar</goal>
77+
</goals>
78+
</execution>
79+
</executions>
80+
</plugin>
6581
</plugins>
6682
</build>
6783

0 commit comments

Comments
 (0)