From: <sha...@us...> - 2010-10-07 16:31:28
|
Revision: 2351 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=2351&view=rev Author: shadowtm Date: 2010-10-07 16:31:22 +0000 (Thu, 07 Oct 2010) Log Message: ----------- Removed reference to surefire automatic test plugin as we aren't currently using it - can add back in if we get into an automated build environment which can run our unit tests automatically. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-10-07 12:24:48 UTC (rev 2350) +++ trunk/pom.xml 2010-10-07 16:31:22 UTC (rev 2351) @@ -69,17 +69,6 @@ </execution> </executions> </plugin> - <!--Surefire - for JUnits--> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.4.3</version> - <configuration> - <suiteXmlFiles> - <suiteXmlFile>src/test/testng.xml</suiteXmlFile> - </suiteXmlFiles> - </configuration> - </plugin> </plugins> </build> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |