Skip to content

Commit 59f5273

Browse files
committed
Added sonar properties
1 parent a51c81a commit 59f5273

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
6363

6464
- name: Sonar
65-
run: mvn sonar:sonar -Dsonar.projectKey=org.utplsql:utplsql-maven-plugin
65+
run: sonar:sonar -Dsonar.projectKey=org.utplsql:utplsql-maven-plugin
6666
env:
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6868
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
<maven.version>3.5.2</maven.version>
5757
<powermock.version>2.0.9</powermock.version>
5858
<jaxb.version>2.3.1</jaxb.version>
59+
<sonar.organization>utplsql</sonar.organization>
60+
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
5961
</properties>
6062

6163
<dependencies>

0 commit comments

Comments
 (0)