Author: tchemit Date: 2010-01-17 21:46:49 +0100 (Sun, 17 Jan 2010) New Revision: 783 Modified: trunk/pom.xml Log: Evolution #227: Utilisation de maven-surefire-plugin et maven-surefire-report-plugin 2.5 Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-01-17 19:11:12 UTC (rev 782) +++ trunk/pom.xml 2010-01-17 20:46:49 UTC (rev 783) @@ -389,7 +389,7 @@ <plugin> <artifactId>maven-surefire-plugin</artifactId> - <version>2.4.3</version> + <version>2.5</version> <configuration> <skip>${maven.test.skip}</skip> <testFailureIgnore>${maven.test.testFailureIgnore} @@ -1068,7 +1068,7 @@ <plugin> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.4.3</version> + <version>2.5</version> </plugin> <!-- a voir si on le garde car hudson le fait aussi ? --> @@ -1517,7 +1517,7 @@ <redmine.collectedArtifacts>target/collect-artifacts.txt</redmine.collectedArtifacts> <redmine.deploymentUrl>${repository.home.url}</redmine.deploymentUrl> <!-- extra files to include in release --> - <redmine.releaseFiles /> + <redmine.releaseFiles/> </properties>
participants (1)
-
tchemit@users.nuiton.org