From 5ec2bbc0a820e5a326b7e53983b1ef7d8342ac67 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Mon, 8 May 2006 04:17:38 +0000 Subject: [PATCH] [maven-scm-plugin] prepare release 1.8 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@404920 13f79535-47bb-0310-9956-ffa450edef68 --- test/project.xml | 11 ++++++++--- test/xdocs/changes.xml | 37 ++++++++++++++++++++++++++++--------- 2 files changed, 36 insertions(+), 12 deletions(-) diff --git a/test/project.xml b/test/project.xml index 3e847529..bfe71dc5 100644 --- a/test/project.xml +++ b/test/project.xml @@ -1,4 +1,5 @@ + - + ../plugins-parent/project.xml 3 maven-test-plugin Maven Test Plugin - 1.8-SNAPSHOT + 1.8 Run JUnit tests. Run JUnit tests @@ -51,6 +51,11 @@ 1.7 MAVEN_TEST_1_7 + + 1.8 + 1.8 + MAVEN_TEST_1_8 + diff --git a/test/xdocs/changes.xml b/test/xdocs/changes.xml index aacd845c..70f06689 100644 --- a/test/xdocs/changes.xml +++ b/test/xdocs/changes.xml @@ -23,17 +23,36 @@ dIon Gillard - + Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces. Upgrade to Junit 3.8.2. - test:test should honour the maven.test.compile.src.set variable. - Set junit's showoutput attribute if Maven is executed in debug (-X) mode. - Allow to add additional elements to the test classpath, new property maven.test.classpath. - Display a warning if some tests do not pass (and maven.test.failure.ignore=true). - Add timeouts to the test plugin, new property maven.junit.timeout. - Add ability to fail the build on test errors, new property maven.test.error.ignore. - Do not execute test:test-resources and test:compile unless tests will be run. - test:single should ignore maven.test.skip=true. + + test:testshould honour the + maven.test.compile.src.setvariable. + + Set junit's + showoutputattribute if Maven is executed in debug (-X) mode. + + Allow to add additional elements to the test classpath, new property + maven.test.classpath. + + Display a warning if some tests do not pass (and + maven.test.failure.ignore=true). + + Add timeouts to the test plugin, new property + maven.junit.timeout. + + Add ability to fail the build on test errors, new property + maven.test.error.ignore. + + Do not execute + test:test-resourcesand + test:compileunless tests will be run. + + + test:singleshould 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. Add maven.test.excludeXmlApis property to avoid duplicated Xerces