From dc42462cc96ce95e395ada12348249a7895298e0 Mon Sep 17 00:00:00 2001
From: Guylaine Prat <guylaine.prat@c-s.fr>
Date: Thu, 28 Feb 2019 14:49:02 +0100
Subject: [PATCH] Updated changes.xml path.

---
 pom.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2c502daa..986acccc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -340,6 +340,11 @@
         <artifactId>maven-site-plugin</artifactId>
         <version>${rugged.maven-site-plugin.version}</version>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-changes-plugin</artifactId>
+        <version>${rugged.maven-changes-plugin.version}</version>
+      </plugin>
       <plugin>
         <groupId>com.github.jeluard</groupId>
         <artifactId>plantuml-maven-plugin</artifactId>
@@ -472,9 +477,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
         <version>${rugged.maven-changes-plugin.version}</version>
-        <configuration>
-          <xmlPath>${basedir}/src/site/xdoc/changes.xml</xmlPath>
-        </configuration>
         <reportSets>
           <reportSet>
             <reports>
-- 
GitLab