Skip to content

Commit fbdc0d0

Browse files
Merge 64dc233 into 591a806
2 parents 591a806 + 64dc233 commit fbdc0d0

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
@@ -47,7 +47,7 @@ jobs:
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
4949
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
50-
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -DskipGpg=true
50+
run: echo "token:${SONAR_TOKEN}" && mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -DskipGpg=true
5151

5252
# https://app.codecov.io/gh/pkiraly/metadata-qa-api
5353
- name: Pubish code coverage at https://app.codecov.io/gh/pkiraly/metadata-qa-api

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@
406406
<plugin>
407407
<groupId>org.apache.maven.plugins</groupId>
408408
<artifactId>maven-jxr-plugin</artifactId>
409-
<version>3.3.0</version>
409+
<version>3.6.0</version>
410410
</plugin>
411411
<plugin>
412412
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)