dependencies: Upgrade urm-maven-plugin (#2404)

* upgrade urm

* remove unused property

* Update sonar PR analysis

* add missing license headers

* update urm version
This commit is contained in:
Ilkka Seppälä
2022-12-28 18:19:26 +02:00
committed by GitHub
parent 71cb0f2b71
commit 695e12379d
10 changed files with 196 additions and 3 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ jobs:
run: sudo apt-get install -y xvfb
- name: Build with Maven and run SonarQube analysis
run: xvfb-run ./mvnw clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
run: xvfb-run ./mvnw clean -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=iluwatar -Dsonar.projectKey=iluwatar_java-design-patterns -Dsonar.pullrequest.branch=${{ github.head_ref }} -Dsonar.pullrequest.base=${{ github.base_ref }} -Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
env:
# These two env variables are needed for sonar analysis
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}