maven-plugins/test/xdocs/changes.xml
dion a16d28f12d 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'


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114571 13f79535-47bb-0310-9956-ffa450edef68
2004-01-08 04:42:40 +00:00

58 lines
2.1 KiB
XML

<?xml version="1.0"?>
<document>
<properties>
<title>Changes</title>
<author email="dion@multitask.com.au">dIon Gillard</author>
</properties>
<body>
<release version="1.5" date="in CVS">
<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>