From 2b1a308ccf294674091bff6e361879b883dc2f58 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Thu, 23 Mar 2006 01:12:43 +0000 Subject: [PATCH] PR: MPTEST-59 test:single should ignore maven.test.skip=true git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@387988 13f79535-47bb-0310-9956-ffa450edef68 --- test/plugin.jelly | 9 +++++++-- test/xdocs/changes.xml | 1 + test/xdocs/properties.xml | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/test/plugin.jelly b/test/plugin.jelly index 7f0d1600..8df4bb47 100644 --- a/test/plugin.jelly +++ b/test/plugin.jelly @@ -226,8 +226,7 @@ + description="Execute a single test defined using the 'testcase' variable"> @@ -241,6 +240,12 @@ + + + + + + + test:single should ignore maven.test.skip=true. Test failure doesn't halt execution of test suite. Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
    diff --git a/test/xdocs/properties.xml b/test/xdocs/properties.xml index 99e0076a..642179ff 100644 --- a/test/xdocs/properties.xml +++ b/test/xdocs/properties.xml @@ -114,6 +114,7 @@ Set this to 'true' to bypass unit tests entirely. Its use is NOT RECOMMENDED, but quite convenient on occasion. + Ignored by test:single.