We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 559e671 commit b22ee0aCopy full SHA for b22ee0a
.github/workflows/continuous-integration.yml
@@ -29,10 +29,10 @@ jobs:
29
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
30
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
31
run: |
32
- mvn -s settings.xml -Pjavadoc --batch-mode --update-snapshots deploy
+ mvn -s settings.xml -Pjavadoc --batch-mode -quiet --update-snapshots deploy
33
34
- name: Generate Java docs
35
- run: mvn -Pjavadoc javadoc:aggregate
+ run: mvn -Pjavadoc -B -q javadoc:aggregate
36
37
- name: Capture project version
38
run: echo PROJECT_VERSION=$(mvn help:evaluate -Dexpression=project.version --quiet -DforceStdout) >> $GITHUB_ENV
0 commit comments