diff --git a/pom.xml b/pom.xml
index 0588c7a9d6146f51a29b3dde18613b3cc430126a..29ca4ea3c21b80fa3a18af6c075d70d8196f42da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,7 +197,9 @@
 				<executions>
 					<execution>
 						<phase>test</phase>
-						<goals><goal>check</goal></goals>
+						<goals>
+							<goal>check</goal>
+						</goals>
 						<configuration>
 							<configLocation>${project.basedir}/conf/quality-config/cs-conf.xml</configLocation>
 							<includeTestSourceDirectory>true</includeTestSourceDirectory>
@@ -263,6 +265,19 @@
 
 	<reporting>
 		<plugins>
+
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-changes-plugin</artifactId>
+				<version>2.11</version>
+				<reportSets>
+					<reportSet>
+						<reports>
+							<report>changes-report</report>
+						</reports>
+					</reportSet>
+				</reportSets>
+			</plugin>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-checkstyle-plugin</artifactId>