copy entire classes directory for instrumentation

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115410 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-05-27 01:14:12 +00:00
parent f364204f59
commit f0c3e5e563
2 changed files with 8 additions and 6 deletions

View File

@@ -26,6 +26,7 @@
<body>
<release version="1.0.5-SNAPSHOT" date="in CVS">
<action dev="brett" type="fix" issue="MPJCOVERAGE-1">Handle multiple source directories correctly</action>
<action dev="brett" type="fix">Copy all of maven.build.dest, excluding the class files, into the instrumentation directory, as some people hook into the resources copying themselves without adding them to the POM</action>
</release>
<release version="1.0.4" date="2004-05-15">
<action dev="evenisse" type="add" issue="MPJCOVERAGE-7">Custom stylesheet for jcoverage plugin.</action>