From ba651399543e64ac129b1753ebc7ba4ba268d33b Mon Sep 17 00:00:00 2001 From: vmassol Date: Wed, 28 May 2003 09:36:20 +0000 Subject: [PATCH] Added maven.cactus.printsummary property (same meaning as the printsummary attribute of the Ant junit task). git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113449 13f79535-47bb-0310-9956-ffa450edef68 --- cactus/plugin.jelly | 3 ++- cactus/plugin.properties | 6 +++++- cactus/xdocs/properties.xml | 15 +++++++++++++-- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/cactus/plugin.jelly b/cactus/plugin.jelly index 0a91e4cd..91ac1ab6 100644 --- a/cactus/plugin.jelly +++ b/cactus/plugin.jelly @@ -187,7 +187,8 @@ + failureproperty="cactustests.failure" + printsummary="${maven.cactus.printsummary}"> diff --git a/cactus/plugin.properties b/cactus/plugin.properties index c6bae981..296f6263 100644 --- a/cactus/plugin.properties +++ b/cactus/plugin.properties @@ -32,7 +32,7 @@ cactus.src.excludes = **/AllTests.java,**/Test*All.java cactus.port = 8080 # Decides whether the test result will be printed to the console or -# not. Default is true +# not. Default is false cactus.junit.usefile = false # Location of junit test reports for the Cactus tests @@ -44,6 +44,10 @@ cactus.halt.on.failure = true # Shall we stop the build in case of test errors? cactus.halt.on.error = true +# How summary information on test should be printed (see the +# "printsummary" attribute of the JUnit Ant task. +maven.cactus.printsummary = withOutAndErr + # ------------------------------------------------------------------- # Container-related properties # ------------------------------------------------------------------- diff --git a/cactus/xdocs/properties.xml b/cactus/xdocs/properties.xml index 6bfecd36..3ef4dff5 100644 --- a/cactus/xdocs/properties.xml +++ b/cactus/xdocs/properties.xml @@ -123,8 +123,19 @@

- -