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.
1 parent 9936054 commit 137811cCopy full SHA for 137811c
.travis.yml
@@ -27,7 +27,7 @@ jobs:
27
env: []
28
jdk: openjdk11
29
before_script: skip
30
- script: mvn checkstyle:check
+ script: mvn checkstyle:check javadoc:javadoc
31
after_success: skip
32
33
before_script:
pom.xml
@@ -175,6 +175,15 @@
175
<consoleOutput>true</consoleOutput>
176
<includeTestSourceDirectory>true</includeTestSourceDirectory>
177
</configuration>
178
+ </plugin>
179
+ <plugin>
180
+ <groupId>org.apache.maven.plugins</groupId>
181
+ <artifactId>maven-javadoc-plugin</artifactId>
182
+ <version>3.2.0</version>
183
+ <configuration>
184
+ <source>8</source>
185
+ <failOnWarnings>true</failOnWarnings>
186
+ </configuration>
187
</plugin>
188
</plugins>
189
</pluginManagement>
0 commit comments