[ 
http://jira.codehaus.org/browse/MPIR-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=164558#action_164558
 ] 

Freddy Mallet commented on MPIR-149:
------------------------------------

In case of [Sonar|http://sonar.codehaus.org], as each project can be accessed 
through a permalink, this pom section would look like :

{code}
<qualityManagement>
    <system>Sonar</system>
    
<url>http://host:port/sonar/project/index/{$project.groupId}:{$project.artifactId}</url>
</ciManagement>
{code}



> Add a qualityManagement goal
> ----------------------------
>
>                 Key: MPIR-149
>                 URL: http://jira.codehaus.org/browse/MPIR-149
>             Project: Maven 2.x Project Info Reports Plugin
>          Issue Type: Wish
>            Reporter: Xavier Chatelain
>            Priority: Minor
>
> 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>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to