From: <fg...@us...> - 2008-01-27 10:52:14
|
Revision: 552 http://openutils.svn.sourceforge.net/openutils/?rev=552&view=rev Author: fgiust Date: 2008-01-27 02:52:15 -0800 (Sun, 27 Jan 2008) Log Message: ----------- update surefire version Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-01-26 20:22:36 UTC (rev 551) +++ trunk/pom.xml 2008-01-27 10:52:15 UTC (rev 552) @@ -5,7 +5,7 @@ <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils</artifactId> <packaging>pom</packaging> - <version>6</version> + <version>7</version> <name>openutils</name> <description>openutils parent POM</description> <url>http://openutils.sourceforge.net</url> @@ -97,6 +97,10 @@ <version>2.0-beta-7</version> </plugin> <plugin> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.4</version> + </plugin> + <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.5</source> @@ -145,6 +149,12 @@ <reporting> <plugins> <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <quiet>true</quiet> + </configuration> + </plugin> + <plugin> <artifactId>maven-project-info-reports-plugin</artifactId> </plugin> <plugin> @@ -162,6 +172,7 @@ </plugin> <plugin> <artifactId>maven-surefire-report-plugin</artifactId> + <version>2.4</version> </plugin> <plugin> <artifactId>maven-changelog-plugin</artifactId> @@ -197,9 +208,9 @@ <module>openutils-usermanagement</module> <module>openutils-testing</module> <module>openutils-testing-testng</module> - <module>openutils-testing-testng-dwr</module> <module>openutils-testing-junit</module> <module>openutils-testing-junit-dwr</module> + <module>openutils-testing-testng-dwr</module> <module>openutils-web</module> <module>openutils-tags-spring</module> <module>openutils-dbmigration</module> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |