We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
javadoc
spotbugs-maven-plugin
1 parent c1db394 commit 3f7de9aCopy full SHA for 3f7de9a
library/src/api/overview.html library/src/javadoc/overview.htmllibrary/src/api/overview.html renamed to library/src/javadoc/overview.html
pom.xml
@@ -414,7 +414,6 @@
414
<docencoding>UTF-8</docencoding>
415
<!-- https://maven.apache.org/plugins/maven-javadoc-plugin/examples/exclude-package-names.html -->
416
<excludePackageNames>${javadoc.default.exclude.packages}</excludePackageNames>
417
- <overview>src/api/overview.html</overview>
418
<doclint>all,-missing</doclint>
419
<additionalJOptions>
420
<!--
@@ -541,7 +540,7 @@
541
540
<version>4.7.2.1</version>
542
<executions>
543
<execution>
544
- <phase>test-compile</phase>
+ <phase>verify</phase>
545
<goals>
546
<goal>check</goal>
547
</goals>
tool/src/api/overview.html tool/src/javadoc/overview.htmltool/src/api/overview.html renamed to tool/src/javadoc/overview.html
0 commit comments