From cf48e525686abedbaf6228c43f08a03ea4bdd96c Mon Sep 17 00:00:00 2001 From: ltheussl Date: Sat, 8 Apr 2006 20:30:29 +0000 Subject: [PATCH] Document all valid values for maven.junit.format git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@392601 13f79535-47bb-0310-9956-ffa450edef68 --- test/xdocs/properties.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/xdocs/properties.xml b/test/xdocs/properties.xml index a1e7669b..df404f61 100644 --- a/test/xdocs/properties.xml +++ b/test/xdocs/properties.xml @@ -101,7 +101,8 @@ maven.junit.jvmargs=-Xmx160m -verbose]]> Yes Specifies the formatter to use for output to the console. - Defaults to brief, but can also be plain. + Can be xml, brief or plain. + Defaults to brief.