Author: linus Date: 2011-05-03 12:05:00-0700 New Revision: 19343 Modified: trunk/tools/maven/parentpom.xml
Log: Set version for the compiler and the surefire plugins. Modified: trunk/tools/maven/parentpom.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/maven/parentpom.xml?view=diff&pathrev=19343&r1=19342&r2=19343 ============================================================================== --- trunk/tools/maven/parentpom.xml (original) +++ trunk/tools/maven/parentpom.xml 2011-05-03 12:05:00-0700 @@ -46,6 +46,7 @@ <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> + <version>2.3.1</version> <configuration> <source>1.5</source> <target>1.5</target> @@ -57,6 +58,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> + <version>2.8.1</version> <configuration> <forkMode>always</forkMode> <!-- systemPropertyValues does not work. Wrong version of maven? --> @@ -102,6 +104,7 @@ <configLocation>checkstyle/checkstyle5_argouml.xml</configLocation> </configuration> </plugin> + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> @@ -110,11 +113,13 @@ <timeout>18000000</timeout> </configuration> </plugin> + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.4</version> </plugin> + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jdepend-maven-plugin</artifactId> ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2729574 To unsubscribe from this discussion, e-mail: [[email protected]].
