|
From: <de...@us...> - 2012-07-20 12:11:12
|
Revision: 7523
http://fudaa.svn.sourceforge.net/fudaa/?rev=7523&view=rev
Author: deniger
Date: 2012-07-20 12:11:06 +0000 (Fri, 20 Jul 2012)
Log Message:
-----------
ajout m?\195?\169thode utilitaires
Modified Paths:
--------------
trunk/soft/fudaa-crue/pom.xml
Modified: trunk/soft/fudaa-crue/pom.xml
===================================================================
--- trunk/soft/fudaa-crue/pom.xml 2012-07-20 09:50:24 UTC (rev 7522)
+++ trunk/soft/fudaa-crue/pom.xml 2012-07-20 12:11:06 UTC (rev 7523)
@@ -230,7 +230,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.12</version>
+ <version>2.11</version>
</plugin>
</plugins>
</pluginManagement>
@@ -238,7 +238,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.12</version>
<configuration>
<parallel>methods</parallel>
<threadCount>5</threadCount>
@@ -287,8 +286,8 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludedGroups>org.fudaa.dodico.crue.categories.TestIntegration.class</excludedGroups>
- <parallel>methods</parallel>
- <threadCount>5</threadCount>
+<!-- <parallel>methods</parallel>
+ <threadCount>5</threadCount>-->
</configuration>
</plugin>
</plugins>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|