Changes
Emmanuel Venisse
Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
- log4j v1.2.8 -> v1.2.12
- oro v2.0.7 -> v2.0.8
- velocity v1.3 -> v1.4
- xercesImpl v 2.4.0 -> v2.6.2
- xmlParserAPIs v 2.2.1 -> v2.6.2
Open report in a new window.
Allow comma separeted values for maven.jcoverage.instrumentation.excludes.
Fix tests failures when user use maven.jcoverage.instrumentation.excludes
Fix report for Inner/anonymous classes.
Fix incorrect usage of maven:addPath tag
Fixed leaking file handles.
Fixed overview and packages rates.
Add the possibility to set multiple includes and excludes files for instrumentation.
Fixed tests execution when artifact contains properties.
Remove deprecated APIs.
Fixed path to stylesheet.
Remove postGoal on clean to avoid introducing all these dependencies on a simple clean.
Fixed report generation fails when no java source present.
Handle multiple source directories correctly
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
Custom stylesheet for jcoverage plugin.
Fix the report generation after a rmic generation.
Apply MPJCOVERAGE-3.
Apply MAVEN-967.
Apply MAVEN-846. JCoverage report displays wrong branch indicators for classes/packages which don't have any coverage.
Fix bug when classes have no package.
Fix overview page for inner classes.
Add a postGoal to clean:clean for suppress jcoverage.ser file.
First release