Its a feature available in version 1.9.2 of maven-changelog-report. You just
add comments as "properties" in the project.xml

  <dependency>
     ......
     ......
       <properties>
            <comment>
                Your comment here
            </comment>
       </properties>
  </dependency>

Niall

----- Original Message ----- 
From: "Stephen Colebourne" <[EMAIL PROTECTED]>
To: "Jakarta Commons Developers List" <commons-dev@jakarta.apache.org>
Sent: Saturday, September 24, 2005 10:36 AM
Subject: Re: [Validator] Maven Changelog Report etc


> Niall Pemberton wrote:
> > I have also added comments to the "dependencies" page to indicate that
the
> > maven-plugins are only required for building the validator site:
> >
> >     http://jakarta.apache.org/commons/validator/dependencies.html
>
> I like that more information is provided on the dependencies page,
> however the comments added are at the far right end. As I tend to run a
> narrow browser, I could easily miss the comment by not scrolling right.
>
> I would suggest a better layout to be one table for real dependencies,
> and another table for site dependencies.
>
> But where did the comments come from? A maven tweak, or editing after
> maven generation?
>
> Stephen



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to