Bug 507161 - [Components][test] ensure surefire test are not executing
twice one for pahse test and one for phase site

Change-Id: I169fc13cdba8a148f435c8dccbbe14b80681a8b8
Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
diff --git a/components/org.eclipse.papyrus.components.parent/pom.xml b/components/org.eclipse.papyrus.components.parent/pom.xml
index 30a2c40..68a3d59 100644
--- a/components/org.eclipse.papyrus.components.parent/pom.xml
+++ b/components/org.eclipse.papyrus.components.parent/pom.xml
@@ -185,7 +185,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-surefire-report-plugin</artifactId>
-					<version>2.18.1</version>
+					<version>2.19.1</version>
 				</plugin>
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
@@ -856,6 +856,13 @@
 					<plugin>
 						<groupId>org.apache.maven.plugins</groupId>
 						<artifactId>maven-surefire-report-plugin</artifactId>
+						<reportSets>
+				          <reportSet>
+				            <reports>
+				              <report>report-only</report>
+				            </reports>
+				          </reportSet>
+				        </reportSets>
 					</plugin>
 					<plugin>
 						<groupId>org.apache.maven.plugins</groupId>