blammo:report
Generates a report including all messages, and additional comments.
Parameters for the goal:
Parameter | Type | Expression | Default Value | Description |
---|---|---|---|---|
includeComments (Optional)
|
boolean |
true |
- |
No description. |
javaSourcesDir (Optional)
|
File |
${basedir}/src/main/java |
- |
The directory containing your Java sources. |
messageIdOffset (Optional)
|
int |
1 |
- |
The message id offset. |
messageIdPrefix (Optional)
|
String |
E |
- |
The message id prefix. |
outputDirectory (Optional)
|
String |
${project.build.directory}/site |
- |
Location where generated html will be created. |
project (Optional)
|
MavenProject |
${project} |
- |
No description. |
siteRenderer (Discovered)
|
SiteRenderer |
- |
- |
Doxia site renderer. |
targetDirectory (Optional)
|
File |
${basedir}/target/generated-sources |
- |
The directory to which the catalog will be generated. |