You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/07/23 11:08:10 UTC

[jira] Closed: (MPCRUISECONTROL-8) External link for report should not include artifactId

Message:

   The following issue has been closed.

   Resolver: David Eric Pugh
       Date: Fri, 23 Jul 2004 5:06 AM

Ok, I took care of this one..   
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPCRUISECONTROL-8

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPCRUISECONTROL-8
    Summary: External link for report should not include artifactId
       Type: Improvement

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-cruisecontrol-plugin
   Fix Fors:
             1.5
   Versions:
             1.4

   Assignee: Brett Porter
   Reporter: Paul Spencer

    Created: Fri, 16 Jul 2004 1:28 PM
    Updated: Fri, 23 Jul 2004 5:06 AM

Description:
I am using one instance of CruiseControl to may maven projects.  I would like to use the CruiseControl report, but the externalLink is includes the artifact Id.  Since the property maven.cruisecontrol.buildresults.url can be defined for each project, I dot see a reason for the plugin to append the artifactId.

My request is to change the maven-cruisecontrol-plugin:register goal in plugin.jelly from:

  <goal name="maven-cruisecontrol-plugin:register">
    <doc:registerReport 
      name="CC Build Results"
      pluginName="maven-cruisecontrol-plugin" externalLink="${maven.cruisecontrol.buildresults.url}/${pom.artifactId}"
      description="See the cruise control build results page for this project." />
  </goal>

To:

  <goal name="maven-cruisecontrol-plugin:register">
    <doc:registerReport 
      name="CC Build Results"
      pluginName="maven-cruisecontrol-plugin"
externalLink="${maven.cruisecontrol.buildresults.url}"
      description="See the cruise control build results page for this project." />
  </goal>

Also the properties.xml and goals.xml need to be updated.



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org