From 51678beee488d87f7cc342e4317c37c5a143c651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Mon, 16 Sep 2024 14:36:02 +0100 Subject: [PATCH 1/2] maven-javadoc-plugin: bump version and fail on warnings/errors --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a9d7ce6b..bb71827e 100644 --- a/pom.xml +++ b/pom.xml @@ -341,9 +341,9 @@ maven-javadoc-plugin - 3.0.1 + 3.10.0 - false + true http://docs.oracle.com/javase/8/docs/api/ From 844c4f21ad9a0f4029124d7dc68d5f351bf0677d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Mon, 16 Sep 2024 15:02:06 +0100 Subject: [PATCH 2/2] Add javadoc:javadoc Maven command --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3be54ae5..65c8d3d8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -17,7 +17,7 @@ jobs: os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }} env: - maven_commands: test # default is install + maven_commands: test javadoc:javadoc # default is install steps: - uses: actions/checkout@v4 - name: Set up JDK ${{ matrix.java }}