Skip to content

add skip feature - #10

Open
nitschSB wants to merge 1 commit into
chkal:masterfrom
nitschSB:master
Open

nitschSB wants to merge 1 commit into
chkal:masterfrom
nitschSB:master

Conversation

@nitschSB

Copy link
Copy Markdown

Add a skip parameter to the generate goal that allows skipping the plugin execution entirely, following the common convention used by most Maven plugins.

Why is this needed?

If no code quality plugin (e.g. SpotBugs, Checkstyle, PMD) has been executed during the build, no report XML file exists and the plugin currently fails with an error. With this change, code quality analysis can be disabled (e.g. per build or per module) without removing the plugin definition from the pom.xml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant