[java-parent-project COMMIT] /trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Mar 8 21:04:43 GMT 2012


Author: lajoie
Date: Thu Mar  8 21:04:42 2012
New Revision: 59

URL: http://svn.shibboleth.net/view/java-parent-project?rev=59&view=rev
Log:
aggregate cobertura report at parent project level
redirect TestNG output to a file

Modified:
    trunk/pom.xml

Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-project/trunk/pom.xml?rev=59&r1=58&r2=59&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Thu Mar  8 21:04:42 2012
@@ -431,6 +431,7 @@
                 <artifactId>cobertura-maven-plugin</artifactId>
                 <version>2.5.1</version>
                 <configuration>
+                    <aggregate>true</aggregate>
                     <quiet>true</quiet>
                     <omitGplFiles>true</omitGplFiles>
                     <instrumentation>
@@ -656,6 +657,7 @@
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-surefire-plugin</artifactId>
                         <configuration>
+                          <redirectTestOutputToFile>true</redirectTestOutputToFile>
                             <argLine>-Xmx512m</argLine>
                             <systemProperties>
                                 <property>



More information about the commits mailing list