Remove unused directory

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@393627 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-04-12 21:59:21 +00:00
parent 96f46a4b35
commit 9784d2b04c

View File

@ -1,23 +0,0 @@
The Maven team is pleased to announce the JUnit Report plugin 1.4 release!
http://maven.apache.org/reference/plugins/junit-report
A plugin for building producing nicely formatted reports from JUnit results.
User-visible changes in this version:
o Added new goal, junit-report:report which is is the same
as the maven-junit-report-plugin:report goal (but in a
simpler short form that can be called from other plugins).
Note that this plugin has been tested with Maven 1.0 rc1.
Using it with another version of Maven is at your own risk!
You can install the plugin with Maven 1.0 rc1 or later using:
maven -DgroupId=maven -DartifactId=maven-junit-report-plugin -Dversion=1.4 plugin:download
You can download the plugin here:
http://www.ibiblio.org/maven/maven/plugins/maven-junit-report-plugin-1.4.jar
Have fun!
-dIon