2011/7/5 Dennis Lundberg <denn...@apache.org>:
> On 2011-07-04 20:11, Dennis Lundberg wrote:
>> On 2011-07-03 00:14, Hervé BOUTEMY wrote:
>>> AFAIK, code is ok: I'm closing MSITE-560
>>
>> Great, thanks!
>>
>>> the only thing to confirm is the documentation: there is a TODO in
>>> maven-3.apt.vm that we should check carefully: I'm personnally lost on this
>>> one.
>>
>> I'll have a look at it.
>
> From what I can tell a reportSets/reportSet/reports/report and
> reports/report are treated as equals in maven-reporting-exec. I don't
> know whether they are both supported in Maven 2. Perhaps Olivier knows?

Yup correct.
I don't really understand the TODO here.

Maybe to explain that something is not (yet) supported in site plugin for m3.
This syntax (same plugin but different configuration for report : The
complex xml tree with reportSet was in place for that.) :

            <reportSets>
              <reportSet>
                <configuration>
                  <wine>Bordeaux</wine>
                </configuration>
                <reports>
                  <report>foo</report>
                </reports>
              </reportSet>
              <reportSet>
                <configuration>
                  <wine>Anjou</wine>
                </configuration>
                <reports>
                  <report>bar</report>
                </reports>
              </reportSet>
            </reportSets>



>
>>
>> To pull off this release we must also make a first release of
>> maven-reporting-exec, right? Since you have done most of the work on it,
>> would you like to release it? If not I can do it.
>>
>>> Regards,
>>>
>>> Hervé
>>>
>>> Le samedi 2 juillet 2011, Dennis Lundberg a écrit :
>>>> Hi
>>>>
>>>> What's the status on this? I know Hervé worked on extracting a shared
>>>> component (maven-reporting-exec) for the Maven 3 specific parts of the
>>>> plugin. Did you finish with that?
>>>>
>>>> I would like to push for a release of Site Plugin 3 shortly. The only
>>>> issue left according to JIRA is this one:
>>>>
>>>> http://jira.codehaus.org/browse/MSITE-560
>>>>
>>>> There are a lot stuff fixed already, and we need to get this out so that
>>>> Maven 3 users can benefit from them. Do we want/need to add anything
>>>> more before the release?
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>>> For additional commands, e-mail: dev-h...@maven.apache.org
>>>
>>>
>>
>>
>
>
> --
> Dennis Lundberg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>



-- 
Olivier Lamy
http://twitter.com/olamy | http://www.linkedin.com/in/olamy

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

Reply via email to