Skip to content

Commit 27beab5

Browse files
committed
Disable javadoc fail on error
If we don't do this, mvn javadoc:javadoc fails because of Anisotropic_Diffusion_2D (bad naming, does not like the '2D' at the end), which is a depdency of Labkit.
1 parent a405731 commit 27beab5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,10 @@
185185
<scijava.jvm.version>21</scijava.jvm.version>
186186
<scijava.jvm.build.version>[21,)</scijava.jvm.build.version>
187187
<scijava.javadoc.url.java>https://docs.oracle.com/en/java/javase/21/docs/api/</scijava.javadoc.url.java>
188+
<!-- If we don't do this, mvn javadoc:javadoc fails because of
189+
Anisotropic_Diffusion_2D (bad naming, does not like the '2D' at the end),
190+
which is a depdency of Labkit.' -->
191+
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
188192
</properties>
189193

190194
<dependencies>

0 commit comments

Comments
 (0)