Details
-
Type:
Wish
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
More and more projects use an external quality management tool. So it would be interesting to add a qualityManagement goal similar to the cim and issueTracking goals. With this goal, user could add this kind of configuration in his pom.xml:
<qualityManagement>
<system>sonar</system>
<url>http://host/sonar/myProject</url>
</ciManagement>
Attachments
Issue Links
| This issue depends upon: | ||||
| MNG-4921 | Improve POM model with sections for qualityManagement and JavaDoc link |
|
|
|
In case of Sonar, as each project can be accessed through a permalink, this pom section would look like :
<qualityManagement> <system>Sonar</system> <url>http://host:port/sonar/project/index/{$project.groupId}:{$project.artifactId}</url> </qualityManagement><qualityManagement> <system>Sonar</system> <url>http://host:port/sonar/project/index/{$project.groupId}:{$project.artifactId}</url> </qualityManagement>