From 39b22548f0d479328e5bd270cb7d9c5561cbbcbc Mon Sep 17 00:00:00 2001 From: dion Date: Fri, 30 Apr 2004 14:53:06 +0000 Subject: [PATCH] typo git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115103 13f79535-47bb-0310-9956-ffa450edef68 --- junit-report/xdocs/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/junit-report/xdocs/changes.xml b/junit-report/xdocs/changes.xml index 5ace06f8..185a1e4a 100644 --- a/junit-report/xdocs/changes.xml +++ b/junit-report/xdocs/changes.xml @@ -35,7 +35,7 @@ - Fixed MAVEN-452. Patch for charter encoding. + Fixed MAVEN-452. Patch for charter encoding. Fixed MAVEN-493. I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered. The maven.test.failure.ignoreis 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.