I did see the sample changes report and even though my changes.xml was pretty 
much the same as maven-changes-plugin's 
(http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/site/changes/sample-changes.xml?view=markup),
 it did not work for me.

Here's an excerpt of my pom.xml:
...
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-changes-plugin</artifactId>
                <configuration>
                    <xmlPath>${basedir}/src/site/changes/changes.xml</xmlPath>
                </configuration>
                <reportSets>
                    <reportSet>
                        <reports>
                            <report>changes-report</report>
                        </reports>
                    </reportSet>
                </reportSets>                
            </plugin>  
...

Any help is appreciated.
Dário

-----Original Message-----
From: Dennis Lundberg [mailto:[EMAIL PROTECTED]
Sent: terça-feira, 2 de janeiro de 2007 19:54
To: Maven Users List
Subject: Re: [m2] maven-changes-plugin - icons are not being displayed


Dário Luís Coneglian Oliveros wrote:
> Hi there,
> 
> The changes report generated by running 'mvn site' does not display any icon 
> of add, update or fix (from changes.xml).
> Any clues ? Is this a known bug ?
> 
> Thanks,
> Dário

It's working for me.

See also the Sample Changes Report that is generated for the plugin site 
for a working example:
   http://maven.apache.org/plugins/maven-changes-plugin/changes-report.html

-- 
Dennis Lundberg


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


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

Reply via email to