Skip to content

Commit

Permalink
no transfert progress in CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Apr 16, 2023
1 parent b4e7d69 commit f2051e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
distribution: 'adopt'
java-version: '8'
- name: Build with Maven
run: mvn package plugin:report site --file pom.xml
run: mvn --no-transfer-progress package site
- name: Deploy documentation
if: ${{ github.ref == 'refs/heads/master' }}
uses: JamesIves/github-pages-deploy-action@releases/v3
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.7.5</version>
<version>2.7.6</version>
<executions>
<execution>
<id>cyclonedx-makeBom</id>
Expand Down

0 comments on commit f2051e2

Please sign in to comment.