Export to GitHub

testability-explorer - issue #9

It would be nice to allow both testability check and testability report


Posted on Mar 7, 2009 by Massive Elephant

I might like to run testability with a "check" goal that takes the result and fails the build if certain criteria are not met in the testability results xml file.

Also, I might just want to create a report and not fail the build.

Therefore, I think it might be nice to have a couple of goals "mojos" to allow for this type of thing.

See the maven cobertura or pmd plugins for an example.

Comment #1

Posted on Mar 19, 2009 by Swift Cat

(No comment was entered for this change.)

Comment #2

Posted on Jan 14, 2011 by Swift Cat

Here's another plugin that has this feature: - check goal does the good/bad check. - checkstyle goal generates report.

http://maven.apache.org/plugins/maven-checkstyle-plugin/plugin-info.html

Status: New

Labels:
Type-Enhancement Priority-Medium