From ba7fca35bc63126fa1d9a8089abd60e84975c6e2 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Wed, 12 Apr 2006 22:55:35 +0000 Subject: [PATCH] PR: MPJUNITREPORT-10 Add ability to specify a custom jsl transform. New property maven.junit.report.jsl. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@393637 13f79535-47bb-0310-9956-ffa450edef68 --- junit-report/plugin.jelly | 7 ++++++- junit-report/xdocs/changes.xml | 1 + junit-report/xdocs/properties.xml | 10 ++++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/junit-report/plugin.jelly b/junit-report/plugin.jelly index 4230d939..22f9c480 100644 --- a/junit-report/plugin.jelly +++ b/junit-report/plugin.jelly @@ -75,10 +75,15 @@ + + + + + diff --git a/junit-report/xdocs/changes.xml b/junit-report/xdocs/changes.xml index f0bea2f6..4d762895 100644 --- a/junit-report/xdocs/changes.xml +++ b/junit-report/xdocs/changes.xml @@ -26,6 +26,7 @@ + Add ability to specify a custom jsl transform. New property maven.junit.report.jsl. Keep nested exceptions in truncated stack traces. Include System.out/System.err in the generated report. Add description for default goal. diff --git a/junit-report/xdocs/properties.xml b/junit-report/xdocs/properties.xml index 533fe0cf..276e521a 100644 --- a/junit-report/xdocs/properties.xml +++ b/junit-report/xdocs/properties.xml @@ -31,6 +31,16 @@ Optional? Description + + maven.junit.report.jsl + Yes + +

+ Absolute path to a custom jelly style sheet + used to generate the report. +

+ + maven.conf.dir Yes