reportbooster:tasklist-report
Note:This goal should be used as a Maven report.
Full name:
project.gluebooster.maven:maven-reportbooster-plugin:0.4:tasklist-report
Description:
Configuration example <reporting> <plugins> ...
<plugin>
<groupId>project.gluebooster.maven</groupId>
<artifactId>maven-reportbooster-plugin</artifactId>
<reportSets> <reportSet> <reports>
<report>tasklist-report</report> </reports>
</reportSet> </reportSets> <configuration>
<sourcedir>C:/Projekte/onlineservices</sourcedir>
<spaceSeparatedIncludeFileSuffixes>txt java xml
properties</spaceSeparatedIncludeFileSuffixes>
<reportConfiguration>Features=TODO:Feature;Todo=todo ,TODO
,Todo ;Mock
Implementation=TODO:MOCK;Bugs=TODO:BUG;Optimization=TODO:Optimization"</reportConfiguration>
</configuration> </plugin> </plugins>
</reporting>
Attributes:
- Requires a Maven 2.0 project to be executed.
Required Parameters
| Name |
Type |
Since |
Description |
| sourcedir |
File |
- |
Task:Optimize get better expression for the src directory.
|
Optional Parameters
| Name |
Type |
Since |
Description |
| reportConfiguration |
String |
- |
No default value here, because otherwise there would be problems
when running a report over this class
|
| spaceSeparatedIncludeFileSuffixes |
String |
- |
Contains all file suffixes (space separated) that will be inspected
in the sourcedir. If empty, all files will be inspected No default
value here, because it is ignored when null
|
| xmlReportDir |
File |
- |
If an additional xml report should be generated, it will go there
|
Parameter Details
reportConfiguration:
No default value here, because otherwise there would be problems
when running a report over this class
- Type:
java.lang.String
- Required:
No
sourcedir:
Task:Optimize get better expression for the src directory.
- Type:
java.io.File
- Required:
Yes
- Expression:
${project.basedir}/src
spaceSeparatedIncludeFileSuffixes:
Contains all file suffixes (space separated) that will be inspected
in the sourcedir. If empty, all files will be inspected No default
value here, because it is ignored when null
- Type:
java.lang.String
- Required:
No
xmlReportDir:
If an additional xml report should be generated, it will go there
- Type:
java.io.File
- Required:
No