You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2008/12/18 14:14:19 UTC

[jira] Moved: (MSANDBOX-41) Generic external report plugin

     [ http://jira.codehaus.org/browse/MSANDBOX-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter moved MNG-2660 to MSANDBOX-41:
-------------------------------------------

    Affects Version/s:     (was: 2.0.4)
        Fix Version/s:     (was: Reviewed Pending Version Assignment)
          Component/s:     (was: Sites & Reporting)
                           (was: Plugin Requests)
                  Key: MSANDBOX-41  (was: MNG-2660)
              Project: Maven 2.x Sandbox  (was: Maven 2)

> Generic external report plugin
> ------------------------------
>
>                 Key: MSANDBOX-41
>                 URL: http://jira.codehaus.org/browse/MSANDBOX-41
>             Project: Maven 2.x Sandbox
>          Issue Type: New Feature
>            Reporter: Dave Syer
>         Attachments: external-report.zip
>
>
> A very simple plugin to add an external report (e.g. junit html report) to the project reports.  This is really trivial (if anyone wants some code that does it ask), but would be quite valuable to many people.
> Example:
> <reporting>
>   <plugins>
>     <plugin>
>       <groupId>org.apache.maven</groupId>
>       <artifactId>maven-external-report-plugin</artifactId>
>       <configuration>
>         <name>JUnit Report</name>
>         <description>JUnit test results for this project</description>
>         <base>junit-reports</base>
>       </configuration>
>     </plugin>
>   </plugins>
> </reporting>
> This generates a link in the project reports to junit-reports/index.html, which has to be populated elsewhere (e.g. by an ant task).

-- 
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