You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tamaya.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/04/21 20:32:00 UTC

[jira] [Commented] (TAMAYA-277) Tamaya projects are missing in Apache's SonarCube

    [ https://issues.apache.org/jira/browse/TAMAYA-277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16822755#comment-16822755 ] 

ASF subversion and git services commented on TAMAYA-277:
--------------------------------------------------------

Commit faf7d670cfc410878e854f572d5b528b4d785271 in incubator-tamaya's branch refs/heads/master from Hugo Hirsch
[ https://gitbox.apache.org/repos/asf?p=incubator-tamaya.git;h=faf7d67 ]

TAMAYA-277: Add badge from sonarcloud


> Tamaya projects are missing in Apache's SonarCube
> -------------------------------------------------
>
>                 Key: TAMAYA-277
>                 URL: https://issues.apache.org/jira/browse/TAMAYA-277
>             Project: Tamaya
>          Issue Type: Bug
>          Components: Infrastructure
>            Reporter: Oliver B. Fischer
>            Assignee: Philipp Ottlinger
>            Priority: Major
>             Fix For: 0.4-incubating
>
>
> Before closing TAMAYA-12 I had a look at Apache's SonarCube and could not find our projects there.
> Task is to find out why we lost them and if so, to readd them.
> Target environment:
> [https://builds.apache.org/analysis]
>  
> h2. Target links
>  * [https://sonarcloud.io/dashboard?id=incubator-tamaya_180410]
>  ** apache_incubator-tamaya = project-key
>  ** apache = organization key
>  * [https://sonarcloud.io/dashboard?id=apache_incubator-tamaya-extensions]
>  ** TODO
>  
> h2. TODO
>  * [https://docs.travis-ci.com/user/sonarcloud/] - Integration with Travis/Sonarcloud
>  ** does not work as it needs a proper login to encryp tokens ....
>  * Run manual analysis: TOKENGOESHERE = manually generated after logging in to sonarcloud.io
> {code:java}
> mvn sonar:sonar \
>   -Dsonar.projectKey=apache_incubator-tamaya \
>   -Dsonar.organization=apache \
>   -Dsonar.host.url=https://sonarcloud.io \
>   -Dsonar.login=TOKENGOESHERE
> goes through
>  mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar \
>   -Dsonar.projectKey=apache_incubator-tamaya \
>   -Dsonar.organization=apache \
>   -Dsonar.host.url=https://sonarcloud.io \
>   -Dsonar.login=TOKENGOESHERE
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)