The changes:report goal will only create a changes-report.xml file in target/generated-xdocs/, to transform this into an html file, you have to use the xdoc plugin. I believe this was already the same behaviour in m1.0.2.

HTH,
-Lukas


Corey Klaasmeyer wrote:
When I run maven changes:report there is no output changes.html and no
error reported. It has run successfully before. Two questions:

1. Is this a bug or scenario someone else has experienced?
2. What's the best way to go about isolating the problem?

Context:

Maven Version: 1.0.2

Changes Report Version: 1.6

[basedir]/site/xdoc/changes.xml:
<document>
  <properties>
    <title>title</title>
    <author email="">author</author>
  </properties>
  <body>
<release version="4.0.2.1" date="3/16/2006">
      <action dev="blah" type="fix">
                blah
</action> </release>

  </body>
</document>

project.properties:
maven.docs.src = site/xdoc

Thanks,
Corey



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

Reply via email to