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.
1 parent 75b102a commit eb516b3Copy full SHA for eb516b3
.github/workflows/sonar-branch.yml
@@ -27,7 +27,8 @@ jobs:
27
- name: Sonar Scan
28
run: |
29
mvn -B sonar:sonar \
30
- -Dsonar.branch.name=main
+ -Dsonar.branch.name=main \
31
+ -Dsonar.projectKey=oracle_weblogic-image-tool
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
pom.xml
@@ -33,7 +33,6 @@
<properties>
<sonar.organization>oracle</sonar.organization>
35
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
36
- <sonar.projectKey>oracle_weblogic-image-tool</sonar.projectKey>
37
38
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
39
<maven.compiler.source>1.8</maven.compiler.source>
0 commit comments