Skip to content

Commit 5ea8910

Browse files
committed
Disable javadoc warnings for now
Until we have a proper way to address them, there're not helpful.
1 parent 3d4586e commit 5ea8910

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

MMCoreJ_wrap/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@
117117
<groupId>org.apache.maven.plugins</groupId>
118118
<artifactId>maven-javadoc-plugin</artifactId>
119119
<version>3.12.0</version>
120+
<configuration>
121+
<!-- TODO Remove this warning suppression -->
122+
<doclint>none</doclint>
123+
</configuration>
120124
<executions>
121125
<execution>
122126
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)