Hi,

For the Clover plugin, I have a use case where the clover:check goal will
verify that the test coverage percentage is above a specific value. If not,
the build will fail. I need to bind this clover:check to a phase.

However I find none that suits this use case. The integration-test phase is
too early as IT can contribute test coverage data. The following phase is
install which is too late.

I think there's a need for a "verification" phase (or "post-test" or any
other name) that would be used to perform additional verifications like:
checkstyle checks, clover checks, pmd checks, simian checks, etc.

WDYT?

Thanks
-Vincent


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

Reply via email to