You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@codehaus.org> on 2015/01/31 22:54:19 UTC

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

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

Michael Osipov closed MSANDBOX-41.
----------------------------------

    Resolution: Won't Fix

outdated project, closing as won't fix.

> Generic external report plugin
> ------------------------------
>
>                 Key: MSANDBOX-41
>                 URL: https://jira.codehaus.org/browse/MSANDBOX-41
>             Project: Maven Sandbox (retired)
>          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 was sent by Atlassian JIRA
(v6.1.6#6162)