We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4e7d69 + a257574 commit 8d4be59Copy full SHA for 8d4be59
.github/workflows/maven.yml
@@ -15,7 +15,7 @@ jobs:
15
distribution: 'adopt'
16
java-version: '8'
17
- name: Build with Maven
18
- run: mvn package plugin:report site --file pom.xml
+ run: mvn --no-transfer-progress package site
19
- name: Deploy documentation
20
if: ${{ github.ref == 'refs/heads/master' }}
21
uses: JamesIves/github-pages-deploy-action@releases/v3
pom.xml
@@ -283,7 +283,7 @@
283
<plugin>
284
<groupId>org.cyclonedx</groupId>
285
<artifactId>cyclonedx-maven-plugin</artifactId>
286
- <version>2.7.5</version>
+ <version>2.7.6</version>
287
<executions>
288
<execution>
289
<id>cyclonedx-makeBom</id>
0 commit comments