The first is correct.  You need to use at least 4.1.x version,
previous versions had a bug that wouldn't allow both formats to be
used.

On Dec 16, 8:41 am, Axelle Ziegler <[email protected]> wrote:
> Hello,
>
> First of all, I want to thanks the developper of flexmojos, which has
> proven very useful to us.
>
> I'm trying to use flexmojos plugin to generate in the same run an xml
> report and the html one (one being for sonar, and the other for local
> use). However, I can't figure out how to pass both paramaters to
> <coverageReportFormat>.
>
> I tried
> <coverageReportFormat>
>     <param>xml</param>
>     <param>html</param>
> </coverageReportFormat>
>
> <coverageReportFormats>
>     <param>xml</param>
>     <param>html</param>
> </coverageReportFormats>
>
> and
>
> <coverageReportFormats>
>     <coverageReportFormat>
>          <param>xml</param>
>      </coverageReportFormat>
>      <coverageReportFormat>
>           <param>html</param>
>     </coverageReportFormat>
>  </coverageReportFormats>
>
> And still only got one of the two reports. Does anyone have a link to
> relevant documentation, or know the correct parameters format ?
>
> Thanks a lot

-- 
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos

http://flexmojos.sonatype.org/

Reply via email to