From 5a9db69cd0f786d6436d8ebbd4490f9eb4c421e0 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Thu, 17 May 2007 13:38:22 +0000 Subject: [PATCH] PR: MPTEST-63, MPTEST-64 Fix memory leak and performance degradation in test plugin 1.8. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@538917 13f79535-47bb-0310-9956-ffa450edef68 --- test/plugin.jelly | 28 ++++++++++++++-------------- test/project.xml | 2 +- test/xdocs/changes.xml | 7 +++++++ 3 files changed, 22 insertions(+), 15 deletions(-) diff --git a/test/plugin.jelly b/test/plugin.jelly index 1349820d..c3262386 100644 --- a/test/plugin.jelly +++ b/test/plugin.jelly @@ -64,9 +64,9 @@ + + - - @@ -186,10 +186,10 @@ - + + + - - @@ -256,10 +256,10 @@ - + + + - - @@ -342,10 +342,10 @@ - + + + - - @@ -454,10 +454,10 @@ - + + + - - diff --git a/test/project.xml b/test/project.xml index db145a5b..77cb5b54 100644 --- a/test/project.xml +++ b/test/project.xml @@ -23,7 +23,7 @@ 3 maven-test-plugin Maven Test Plugin - 1.8.1 + 1.8.2-SNAPSHOT Run JUnit tests. Run JUnit tests diff --git a/test/xdocs/changes.xml b/test/xdocs/changes.xml index 0598f844..5dd7c101 100644 --- a/test/xdocs/changes.xml +++ b/test/xdocs/changes.xml @@ -24,6 +24,13 @@ dIon Gillard + + + Memory leak and performance degradation in test plugin 1.8. + + + + Document a backward-compat problem affecting version 1.8 of the plugin. New property to halt a build on test failures but after all tests have been run.