From 392dbf3494b794b4c3e89b57a51071edc28634fa Mon Sep 17 00:00:00 2001 From: Nelson Tavares de Sousa <ntd@informatik.uni-kiel.de> Date: Fri, 21 Nov 2014 15:32:11 +0100 Subject: [PATCH] added changes plugin for testing purposes --- pom.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0588c7a9..29ca4ea3 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> -- GitLab