From 44af8bdd94c5faba94c00bcb4c0a519445654db0 Mon Sep 17 00:00:00 2001 From: vmassol Date: Wed, 4 Jun 2003 11:36:27 +0000 Subject: [PATCH] The maven.test.failure.ignore property is forced to true during the execution of the tests (so that report generation do not fail if the tests fail) but it is not reset to its initial value aftewards, thus causing issues for other plugins thereafter relying on it. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113461 13f79535-47bb-0310-9956-ffa450edef68 --- junit-report/plugin.jelly | 6 +++++- junit-report/project.xml | 21 +++++++++++++++++++-- junit-report/xdocs/changes.xml | 24 ++++++++++++++++++++++++ 3 files changed, 48 insertions(+), 3 deletions(-) create mode 100644 junit-report/xdocs/changes.xml diff --git a/junit-report/plugin.jelly b/junit-report/plugin.jelly index 6c7507af..e3a3e2b3 100644 --- a/junit-report/plugin.jelly +++ b/junit-report/plugin.jelly @@ -27,9 +27,13 @@ + + - + diff --git a/junit-report/project.xml b/junit-report/project.xml index d75d5826..785491fd 100644 --- a/junit-report/project.xml +++ b/junit-report/project.xml @@ -5,7 +5,7 @@ 3 maven-junit-report-plugin Maven JUnit Report Plug-in - 1.2 + 1.3-SNAPSHOT Java Project Management Tools http://maven.apache.org/reference/plugins/junit-report/ @@ -14,7 +14,24 @@ scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/junit-report/ http://cvs.apache.org/viewcvs/maven/src/plugins-build/junit-report/ - + + + 1.3 + 1.3 + HEAD + + + + + Vincent Massol + vmassol + vmassol@pivolis.com + Pivolis + + Java Developer + + + commons-jelly diff --git a/junit-report/xdocs/changes.xml b/junit-report/xdocs/changes.xml new file mode 100644 index 00000000..f9ba130e --- /dev/null +++ b/junit-report/xdocs/changes.xml @@ -0,0 +1,24 @@ + + + + Changes + Vincent Massol + + + + + + + The maven.test.failure.ignore is forced to true during + the execution of the tests (so that report generation do not fail + if the tests fail) but it is not reset to its initial value aftewards, + thus causing issues for other plugins thereafter relying on it. + + + + + + + + +