Skip to content

Commit b828dc0

Browse files
committed
Fail javadoc on any errors or warnings; bump CycloneDX plugin version.
1 parent 9e5382a commit b828dc0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@
439439
<plugin>
440440
<groupId>org.cyclonedx</groupId>
441441
<artifactId>cyclonedx-maven-plugin</artifactId>
442-
<version>2.5.3</version>
442+
<version>2.6.1</version>
443443
<executions>
444444
<execution>
445445
<phase>package</phase>
@@ -787,6 +787,8 @@
787787
<configuration>
788788
<doclint>none</doclint>
789789
<source>8</source>
790+
<failOnError>true</failOnError>
791+
<failOnWarnings>true</failOnWarnings>
790792
</configuration>
791793
</plugin>
792794
<plugin>

0 commit comments

Comments
 (0)