Skip to content

Commit 4b1ac94

Browse files
Stefan Hahmannstefanhahmann
authored andcommitted
Add Maven Javadoc Plugin configuration in pom.xml to allow overriding of config params
1 parent 803b063 commit 4b1ac94

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,26 @@
302302
</classpathDependencyExcludes>
303303
</configuration>
304304
</plugin>
305+
<plugin>
306+
<artifactId>maven-javadoc-plugin</artifactId>
307+
<version>${maven-javadoc-plugin.version}</version>
308+
<configuration>
309+
<maxmemory>1024m</maxmemory>
310+
<links>
311+
<link>${scijava.javadoc.url.java}</link>
312+
</links>
313+
<tags>
314+
<tag>
315+
<name>implNote</name>
316+
<placement>a</placement>
317+
<head>Implementation Note:</head>
318+
</tag>
319+
</tags>
320+
<additionalJOptions>--ignore-source-errors</additionalJOptions>
321+
<includeDependencySources>false</includeDependencySources>
322+
<skippedModules>ome:formats-bsd</skippedModules>
323+
</configuration>
324+
</plugin>
305325
</plugins>
306326
</build>
307327
</profile>

0 commit comments

Comments
 (0)