diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6123e02..f35b3a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,5 +47,3 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }} run: mvn -B clean verify -P coverage org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=Coreoz_Plume -Dsonar.organization=coreoz - - name: Maven release analysis - run: mvn install -P release diff --git a/pom.xml b/pom.xml index 029d5a3..f3c7239 100644 --- a/pom.xml +++ b/pom.xml @@ -157,6 +157,23 @@ + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.11.1 + + + attach-javadocs + + jar + + + + + all,-missing + +