ottlinger commented on a change in pull request #51: TAMAYA-277: Don't fail 
builds because of Sonar
URL: https://github.com/apache/incubator-tamaya/pull/51#discussion_r280499137
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -10,7 +10,8 @@ jobs:
     include:
         - name: "Java 8"
           jdk: openjdk8
-          script: mvn clean install sonar:sonar -Dsonar.organization=apache 
-Dsonar.projectKey=apache_incubator-tamaya
+          script: mvn clean install
 
 Review comment:
   Shouldn't we do a 
   `mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar`
   to properly get all the code coverage and so on?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to