Skip to content

Commit 334c926

Browse files
Merge pull request ome#91 from sbesson/javadoc
Activate Javadoc in CI builds
2 parents d74b834 + 844c4f2 commit 334c926

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
os: [ubuntu-latest, windows-latest, macos-latest]
1818
runs-on: ${{ matrix.os }}
1919
env:
20-
maven_commands: test # default is install
20+
maven_commands: test javadoc:javadoc # default is install
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Set up JDK ${{ matrix.java }}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,9 @@
341341
<artifactId>maven-javadoc-plugin</artifactId>
342342
<!-- NB: The same version declaration and configuration block also
343343
appears in the <reporting> section, and must be kept in sync. -->
344-
<version>3.0.1</version>
344+
<version>3.10.0</version>
345345
<configuration>
346-
<failOnError>false</failOnError>
346+
<failOnError>true</failOnError>
347347
<links>
348348
<link>http://docs.oracle.com/javase/8/docs/api/</link>
349349
</links>

0 commit comments

Comments
 (0)