maven-plugins/test/xdocs/changes.xml
2004-03-07 01:21:41 +00:00

50 lines
2.6 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.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">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">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>