If now only every other plugin (checkstyle/findbugs) would support such a
'two-phase' model as well.

If these were just setting a property (like the corresponding ant-targets)
that could be evaluated in the 'verify' phase...

The Findbugs and Checkstyle plugins provide different goals, for reports and for default builds. Check the available goals in the plugin documentations ([1] and [2]).

Use the plugin executions to configure the goals to any phase of any Maven life cycle, You can even have separate configurations (per execution) - [3] is a good reference to get started with this.

Cheers

   Marc


[1] http://mojo.codehaus.org/findbugs-maven-plugin/plugin-info.html
[2] http://maven.apache.org/plugins/maven-checkstyle-plugin/plugin-info.html
[3] http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to