4.1.x ? The latest version I see in the repo is 4.0-RC2. Any pointers to the proper repository ?
On Sat, Dec 17, 2011 at 9:18 PM, Jeffrey <[email protected]> wrote: > The first is correct. You need to use 4.1.x or newer, prior version > had a bug. > > 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/ -- 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/
