Allan Ramirez wrote:
Hi everyone,


Just updated the docs of the surefire-report plugin. I hope you dont mind if you take a look and give me some feedback about it. Thanks

staging site can be found here http://people.apache.org/~aramirez/maven-surefire-report-plugin/

Thanks,
allan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Thanks for your work Allan. It's looking good. I just found a couple of small details:

index.html
- Change the heading "Introduction" to be the plugin name.

surefire-report.html
- Parameter outputName:
  "The default filename to use" --> "The filename to use"
- Parameter reportsDirectory:
  "that must be parsed" --> "that will be parsed"
- Parameter showSuccess:
  "If set to <code>false</code>"
  It seems that you have used html-entities for the '<' and '>'
  characters.

examples/show-failures.html
- "test result satus(success" --> "test result status (success"
- "In able to show" --> "To be able to show"

examples/changing-report-name.html
- "file name is changed to newname.html" -->
  "file is named newname.html"

examples/report-custom-location.html
- Under the heading "Configuring the Output Location using standalone goal" there is a pom and commandline example. Shouldn't the pom be removed from there and the commandline be changed to add -DoutputDirectory...

examples/cross-referencing.html
- "There are times that we need to" -->
  "There are times when we need to"
- "In able to activate it" --> "To be able to activate it"
- "be declared to" --> "be declared in"


--
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to