Skip to content

Commit 3f7de9a

Browse files
committed
chore(pom): use default javadoc dir instead of customized; change spotbugs-maven-plugin phase
1 parent c1db394 commit 3f7de9a

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@
414414
<docencoding>UTF-8</docencoding>
415415
<!-- https://maven.apache.org/plugins/maven-javadoc-plugin/examples/exclude-package-names.html -->
416416
<excludePackageNames>${javadoc.default.exclude.packages}</excludePackageNames>
417-
<overview>src/api/overview.html</overview>
418417
<doclint>all,-missing</doclint>
419418
<additionalJOptions>
420419
<!--
@@ -541,7 +540,7 @@
541540
<version>4.7.2.1</version>
542541
<executions>
543542
<execution>
544-
<phase>test-compile</phase>
543+
<phase>verify</phase>
545544
<goals>
546545
<goal>check</goal>
547546
</goals>

0 commit comments

Comments
 (0)