Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Sonar Runner
-
Labels:
-
Number of attachments :
Description
Sonar projects have a "Project Links" section on their configuration page. The links are: Home, Continuous integration, Issue tracker, Sources, and Developer connection. I believe that these are set using POM configuration elements like <url>, <ciManagement>, <issueManagement> and <scm>, etc. For non-Maven projects, there doesn't appear to be a way to set these in the plug-in section for Jenkins jobs.
Issue Links
- depends upon
-
SONAR-3676
Create properties to define project links (CI, Issue tracker, Scm, ...) for non Maven projects
-
- is related to
-
SONARPLUGINS-1884
Need a means to set "Project Links" (CI, Issue tracker, Scm) for non-Maven projects
-
Is there a way to set those from an ant build file?
Like other parameters via properties maybe?
<property name="sonar.projectName" value="xy" />