Skip to content

Commit b22ee0a

Browse files
committed
reduce logging in javadoc generation
1 parent 559e671 commit b22ee0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
3030
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
3131
run: |
32-
mvn -s settings.xml -Pjavadoc --batch-mode --update-snapshots deploy
32+
mvn -s settings.xml -Pjavadoc --batch-mode -quiet --update-snapshots deploy
3333
3434
- name: Generate Java docs
35-
run: mvn -Pjavadoc javadoc:aggregate
35+
run: mvn -Pjavadoc -B -q javadoc:aggregate
3636

3737
- name: Capture project version
3838
run: echo PROJECT_VERSION=$(mvn help:evaluate -Dexpression=project.version --quiet -DforceStdout) >> $GITHUB_ENV

0 commit comments

Comments
 (0)