Add the possibility to set multiple includes and excludes files for instrumentation.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115972 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
evenisse
2004-08-17 14:00:48 +00:00
parent fc665cc23e
commit df82d5f716
5 changed files with 17 additions and 6 deletions

View File

@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-jcoverage-plugin</id>
<name>Maven JCoverage plugin</name>
<currentVersion>1.0.7</currentVersion>
<currentVersion>1.0.8-SNAPSHOT</currentVersion>
<package>org.apache.maven.jcoveragereport</package>
<description>This plugin provides coverage analysis of your source-code based on the open-source jcoverage tool.</description>
<shortDescription>This plugin provides coverage analysis of your source-code based on the open-source jcoverage tool.</shortDescription>