maven-plugins/test/xdocs/changes.xml

105 lines
6.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes</title>
<author email="dion@multitask.com.au">dIon Gillard</author>
</properties>
<body>
<release version="1.9-SNAPSHOT" date="In SVN">
</release>
<release version="1.8" date="2006-05-07">
<action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.</action>
<action dev="aheritier" type="update">Upgrade to Junit 3.8.2.</action>
<action dev="ltheussl" type="fix" issue="MPTEST-49">
<code>test:test</code>should honour the
<code>maven.test.compile.src.set</code>variable.
</action>
<action dev="ltheussl" type="add" issue="MPTEST-43">Set junit's
<code>showoutput</code>attribute if Maven is executed in debug (-X) mode.
</action>
<action dev="ltheussl" type="add" issue="MPTEST-47" due-to="Henning Schmiedehausen">Allow to add additional elements to the test classpath, new property
<code>maven.test.classpath</code>.
</action>
<action dev="ltheussl" type="add" issue="MPTEST-36">Display a warning if some tests do not pass (and
<code>maven.test.failure.ignore=true</code>).
</action>
<action dev="ltheussl" type="add" issue="MPTEST-10">Add timeouts to the test plugin, new property
<code>maven.junit.timeout</code>.
</action>
<action dev="ltheussl" type="add" issue="MPTEST-58" due-to="Mauro Botelho">Add ability to fail the build on test errors, new property
<code>maven.test.error.ignore</code>.
</action>
<action dev="ltheussl" type="fix" issue="MPTEST-46">Do not execute
<code>test:test-resources</code>and
<code>test:compile</code>unless tests will be run.
</action>
<action dev="ltheussl" type="fix" issue="MPTEST-59">
<code>test:single</code>should ignore
<code>maven.test.skip=true</code>.
</action>
<action dev="ltheussl" type="fix" issue="MPTEST-39">Test failure doesn't halt execution of test suite.</action>
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins.</action>
<action dev="brett" type="add" due-to="Eric Hartmann" issue="MPTEST-55">Add maven.test.excludeXmlApis property to avoid duplicated Xerces</action>
</release>
<release version="1.7" date="2005-08-09">
<action dev="carlos" type="add">Added maven.junit.forkmode property</action>
<action dev="carlos" type="update">Allow multiple patterns in testmatchpattern and testnotmatchpattern</action>
<action dev="carlos" type="add">Added testnotmatchpattern that can be used in test:match</action>
<action dev="carlos" type="fix" issue="MPTEST-48">Deprecated testmatch property by testmatchpattern to allow more complex patterns in test:match</action>
<action dev="brett" type="update">Deprecate dependency handle</action>
</release>
<release version="1.6.2" date="2004-06-25">
<action dev="brett" type="fix" issue="MPTEST-32" due-to="Maxwell Grender-Jones">honour source modifications for test compilation</action>
<action dev="brett" type="fix" issue="MPTEST-31">handle JVM args correctly in test:match</action>
</release>
<release version="1.6.1" date="2004-05-19">
<action dev="brett" type="fix">only add xml-apis to classpath when forking to avoid classloader issues</action>
</release>
<release version="1.6" date="2004-05-15">
<action dev="brett" type="fix" issue="MPTEST-27" due-to="joseph benavidez">add maven.junit.envvars property</action>
<action dev="brett" type="fix" issue="MPTEST-26">add maven.junit.jvm property</action>
<action dev="brett" type="fix" issue="MPTEST-28">accept maven.test.failure.ignore == false</action>
<action dev="brett" type="fix" issue="MPTEST-25">Honour maven.test.failure.ignore for test:single and test:match</action>
</release>
<release version="1.5" date="2004-03-07">
<action dev="brett" type="fix">Honour maven.test.skip for other test goals, such as compile</action>
<action dev="dion" type="add">Added maven.junit.format property that defaults to brief. Changed formatters to use maven.junit.usefile consistently. Only set 'dir' property of junit task if fork != 'no'</action>
</release>
<release version="1.4" date="2003-09-29">
<action dev="dion" type="update" issue="MAVEN-309">Apply MAVEN-309. Reorganise classpaths so that it's test, build, dependencies and then JUnit</action>
<action dev="jstrachan" type="fix">You can now specify whether the source (java) or classes (class) files are searched when using the test plugin via the property: maven.test.search.classdir. It defaults to use (java) to preserve backwards compatibilty. Using (class) allows you to work with alternative languages that compile to bytecode like
<a href="http://groovy.codehaus.org/">Groovy</a>
</action>
<action dev="evenisse" type="fix">Check if unitTest tag is present in pom before copy resources.</action>
</release>
<release version="1.3" date="Unknown">
<action dev="evenisse" type="add">Add jvmarg support for junit. Add properties documentation.</action>
</release>
<release version="1.2" date="2003-02-11">
<action dev="evenisse" type="fix">Fixed classpath for test:ui, test:single and test:match goals.</action>
<action dev="dion" type="fix" issue="MAVEN-106">Added xmlapis and xerces to project dependencies as per MAVEN-106 bug report</action>
</release>
<release version="1.1" date="2002-10-01">
<action dev="vmassol" type="fix">The test plugin now works again if the project has not tests defined. The introduction of the &lt;test:test-resources&gt; goal had broken this feature.</action>
</release>
</body>
</document>