Skip to content

Commit

Permalink
improving clean readibility
Browse files Browse the repository at this point in the history
  • Loading branch information
pospisilf committed Jul 23, 2024
1 parent 36c3df3 commit e7325d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
-Dsonar.login=${SONAR_TOKEN}
-Dsonar.organization="camel-tooling"
-Dsonar.projectKey="camel-tooling_camel-lsp-client-netbeans"
-Dsonar.projectKey="camel-lsp-client-netbeans"
-Dsonar.projectName="Language Support for Apache Camel"
-Dsonar.host.url=https://sonarcloud.io
-f client/pom.xml
2 changes: 2 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sonar.projectKey=camel-lsp-client-netbeans
sonar.projectName=Language Support for Apache Camel

0 comments on commit e7325d2

Please sign in to comment.