Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Operating System: Other
Platform: Other
-
24550
Description
to be consistent with the junitreport plugin, the cactus plugin should add the
following line to the start of the cactus:report goal:
<attainGoal name="cactus:test" />
This allows cactus tests to be included simply by adding the report to the
<reports/> tag in the project.xml (or programmatically by registering the
report), without explicitly having to call the cactus:test goal yourself.