Author: lukaszlenart Date: Wed Dec 1 20:34:21 2010 New Revision: 1041153 URL: http://svn.apache.org/viewvc?rev=1041153&view=rev Log: Removed generated directory
Removed: struts/struts2/branches/STRUTS_2_2_1_1/xwork-core/test-output/ Modified: struts/struts2/branches/STRUTS_2_2_1_1/xwork-core/pom.xml Modified: struts/struts2/branches/STRUTS_2_2_1_1/xwork-core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_1_1/xwork-core/pom.xml?rev=1041153&r1=1041152&r2=1041153&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_2_1_1/xwork-core/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_2_1_1/xwork-core/pom.xml Wed Dec 1 20:34:21 2010 @@ -103,8 +103,14 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.4.2</version> + <version>2.6</version> <configuration> + <properties> + <property> + <name>maven.testng.output.dir</name> + <value>${project.basedir}/target/surefire-reports</value> + </property> + </properties> <useSystemClassLoader>false</useSystemClassLoader> <additionalClasspathElements> <element>${project.build.testOutputDirectory}/xwork-jar.jar</element> @@ -344,7 +350,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.5</version> + <scope>compile</scope> <optional>true</optional> </dependency>