[
http://jira.codehaus.org/browse/MPIR-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=164558#action_164558
]
Freddy Mallet edited comment on MPIR-149 at 2/9/09 8:44 AM:
------------------------------------------------------------
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>
</qualityManagement>
{code}
was (Author: freddy.mallet):
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