You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by GitBox <gi...@apache.org> on 2019/04/23 08:34:56 UTC

[GitHub] [incubator-tamaya] bellingard commented on a change in pull request #44: TAMAYA-277 adjust sonar configuration

bellingard commented on a change in pull request #44: TAMAYA-277 adjust sonar configuration
URL: https://github.com/apache/incubator-tamaya/pull/44#discussion_r277569717
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -16,8 +16,10 @@ jdk:
 #  srcclr: true 
 addons:
   sonarcloud:
-    organization: "apache" 
+    organization: apache
+
 script:
   # other script steps might be done before running the actual analysis
-  - sonar-scanner
-#  - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar
+  #- sonar-scanner
+  - mvn clean verify install sonar:sonar -Dsonar.login=$SONAR_TOKEN
 
 Review comment:
   No need to pass `sonar.login=$SONAR_TOKEN`, SONAR_TOKEN is understood by the scanner

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services