On Wed, Mar 28, 2012 at 12:27 PM, Gilles Sadowski < gil...@harfang.homelinux.org> wrote:
> Hello. > > [I think that this had already been reported earlier by Thomas.] > > The HTML page generated from the "changes.xml" file does not seem to be > produced anymore (it used to be in "target/site" as a result from executing > "mvn site"). > This probably happened following the move of the file from "site/xdoc" to > "changes". > > Any way we can revover that report? > I have to check, but I think updating to the latest commons-parent should do the trick. Basically the maven-changes-plugin is missing. Alternatively we can add the plugin ourselves to the pom. Thomas