diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a8c84f8c..7d667304 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,3 +31,19 @@ jobs: - name: Build with Maven run: mvn package + verify-javadoc: + runs-on: ubuntu-latest + name: Validate JavaDocs + steps: + - uses: actions/checkout@v4 + - name: Setup JDK + uses: actions/setup-java@v4 + with: + distribution: 'temurin' + java-version: '23' + architecture: 'x64' + cache: 'maven' + + - name: Validate JavaDocs + run: mvn package -DskipTests=true javadoc:javadoc + diff --git a/pom.xml b/pom.xml index a37e5fc3..967d51b8 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - + @@ -25,8 +26,8 @@ https://github.com/pivovarit/parallel-collectors scm:git:git@github.com:pivovarit/parallel-collectors.git scm:git:git@github.com:pivovarit/parallel-collectors.git - HEAD - + HEAD + UTF-8 @@ -135,6 +136,9 @@ + + true + org.apache.maven.plugins