Revision: 1365
Author: mcculls
Date: Thu Nov 4 08:02:41 2010
Log: Run maven tests with TestNG (better handling of tests)
http://code.google.com/p/google-guice/source/detail?r=1365
Modified:
/trunk/core/pom.xml
/trunk/pom.xml
=======================================
--- /trunk/core/pom.xml Wed Nov 3 19:54:07 2010
+++ /trunk/core/pom.xml Thu Nov 4 08:02:41 2010
@@ -60,11 +60,9 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
- <exclude>**/BytecodeGenTest*</exclude>
<exclude>**/OSGiContainerTest*</exclude>
<exclude>**/ScopesTest*</exclude>
<exclude>**/TypeConversionTest*</exclude>
- <exclude>**/*$*</exclude>
</excludes>
</configuration>
</plugin>
=======================================
--- /trunk/pom.xml Wed Nov 3 19:49:55 2010
+++ /trunk/pom.xml Thu Nov 4 08:02:41 2010
@@ -104,9 +104,10 @@
<optional>${guice.with.jarjar}</optional>
</dependency>
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.2</version>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>5.11</version>
+ <classifier>jdk15</classifier>
<scope>test</scope>
</dependency>
</dependencies>
--
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en.