configure the plugin to something like this
...
<build>
<plugins>
  <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-changes-plugin</artifactId>
      <configuration>
        <xmlPath>src/site/changes/changes.xml</xmlPath>
      </configuration>
  </plugin>
</plugins>
</build>
...

allan

Wim Deblauwe wrote:
Hi,

I would like to change the location of the changes.xml. The default is
currently "src\changes\changes.xml", but I woud like to have it as
"src\site\changes\changes.xml" because I believe this is more part of the
site and should be put there. How can I configure this?

regards,

Wim


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

Reply via email to