git://wamblee.org
/
utils
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7327ee
)
Testoutput is now redirected to a separate file. Makes console output
author
erik
<erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Sun, 30 Mar 2008 10:39:20 +0000
(10:39 +0000)
committer
erik
<erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Sun, 30 Mar 2008 10:39:20 +0000
(10:39 +0000)
easier to read.
trunk/pom.xml
patch
|
blob
|
history
diff --git
a/trunk/pom.xml
b/trunk/pom.xml
index f423fd83d73da4e202446b0bb06a06286780d889..b64205231f57d92b7f72ca17f1b97a528574c9dc 100644
(file)
--- a/
trunk/pom.xml
+++ b/
trunk/pom.xml
@@
-36,6
+36,13
@@
<artifactId>easymock</artifactId>
<version>2.3</version>
</dependency>
+ <!-- dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>5.7</version>
+ <scope>test</scope>
+ <classifier>jdk15</classifier>
+ </dependency -->
</dependencies>
<dependencyManagement>
@@
-307,6
+314,7
@@
<includes>
<include>**/*Test.java</include>
</includes>
+ <redirectTestOutputToFile>true</redirectTestOutputToFile>
</configuration>
</plugin>