Skip to content

Commit 8d4be59

Browse files
authored
Merge pull request #339 from CycloneDX/ntp
no transfert progress in CI build
2 parents b4e7d69 + a257574 commit 8d4be59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
distribution: 'adopt'
1616
java-version: '8'
1717
- name: Build with Maven
18-
run: mvn package plugin:report site --file pom.xml
18+
run: mvn --no-transfer-progress package site
1919
- name: Deploy documentation
2020
if: ${{ github.ref == 'refs/heads/master' }}
2121
uses: JamesIves/github-pages-deploy-action@releases/v3

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
<plugin>
284284
<groupId>org.cyclonedx</groupId>
285285
<artifactId>cyclonedx-maven-plugin</artifactId>
286-
<version>2.7.5</version>
286+
<version>2.7.6</version>
287287
<executions>
288288
<execution>
289289
<id>cyclonedx-makeBom</id>

0 commit comments

Comments
 (0)