[ http://jira.codehaus.org/browse/MCHANGES-36?page=comments#action_62706 ]
Mike Perham commented on MCHANGES-36:
-------------------------------------
I agree it should be in src/site/changes.xml but I'm not sure this will fly
with backwards compatability. You can do this:
{code:xml}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<configuration>
<xmlPath>${basedir}/src/site/changes.xml</xmlPath>
</configuration>
</plugin>
{code}
> Documentation states that you must create a changes.xml file in your xdoc
> directory
> -----------------------------------------------------------------------------------
>
> Key: MCHANGES-36
> URL: http://jira.codehaus.org/browse/MCHANGES-36
> Project: Maven 2.x Changes Plugin
> Type: Improvement
> Environment: osx 10.4.3, java 1.4.2_09
> Reporter: Julian Wood
> Priority: Minor
> Attachments: MNG-27-changes-maven-plugin.patch
>
>
> At http://mojo.codehaus.org/changes-maven-plugin/howto.html, you're told to
> create a changes.xml file in your xdoc directory, but when you run mvn site,
> you get an error saying the XML file is not found.
> It needs to be src/changes/changes.xml
> but I think it makes more sense if it is actually src/site/changes.xml, or
> perhaps src/site/xdoc/changes.xml. It seems most plugins look in src/site for
> data to make your site.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira