maven-plugins/test/xdocs/changes.xml
2004-07-06 12:37:18 +00:00

66 lines
3.8 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.7-SNAPSHOT" date="in CVS">
<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>