[ http://jira.codehaus.org/browse/MCHANGES-37?page=comments#action_63972 ]
Mike Perham commented on MCHANGES-37:
-------------------------------------
This works for me.
{code:xml}
<plugin>
<artifactId>maven-changes-plugin</artifactId>
<version>2.0-beta-2-SNAPSHOT</version>
<configuration>
<xmlPath>${basedir}/src/site/changes.xml</xmlPath>
</configuration>
<reportSets>
<reportSet>
<reports>
<report>changes-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
{code}
> Allow to change the changes.xml path
> ------------------------------------
>
> Key: MCHANGES-37
> URL: http://jira.codehaus.org/browse/MCHANGES-37
> Project: Maven 2.x Changes Plugin
> Type: Improvement
> Versions: 2.0
> Reporter: Roberto Lo Giacco
> Priority: Minor
>
>
> Trying to override the default value of the xmlPath property an error is
> generated stating the xmlPath property is read only and thus cannot be
> modified. I wish to store the changes.xml file in a directory other than
> src/changes.
--
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