-
Notifications
You must be signed in to change notification settings - Fork 65
Description
Matthias Bünger opened MCHECKSTYLE-456 and commented
When checkstyle plugin is skipped via skip-property it looks like the plugin does not tell the user, while other plugins do
[INFO] --- jacoco:0.8.12:prepare-agent-integration (default) @ META-POM ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO]
[INFO] --- failsafe:3.5.2:integration-test (default) @ META-POM ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- failsafe:3.5.2:verify (default) @ META-POM ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- checkstyle:3.6.0:check (default) @ META-POM ---
[INFO]
[INFO] >>> pmd:3.26.0:check (pmd_check) > :pmd @ META-POM >>>
[INFO]
[INFO] --- pmd:3.26.0:pmd (pmd) @ META-POM ---
[INFO] Skipping org.apache.maven.plugins:maven-pmd-plugin:3.26.0:pmd report goal
[INFO]
[INFO] <<< pmd:3.26.0:check (pmd_check) < :pmd @ META-POM <<<
[INFO]
[INFO]
[INFO] --- pmd:3.26.0:check (pmd_check) @ META-POM ---
[INFO] Skipping PMD execution
[INFO]
[INFO] >>> pmd:3.26.0:cpd-check (cpd_check) > :cpd @ META-POM >>>
[INFO]
[INFO] --- pmd:3.26.0:cpd (cpd) @ META-POM ---
[INFO] Skipping org.apache.maven.plugins:maven-pmd-plugin:3.26.0:cpd report goal
[INFO]
[INFO] <<< pmd:3.26.0:cpd-check (cpd_check) < :cpd @ META-POM <<<
[INFO]
[INFO]
[INFO] --- pmd:3.26.0:cpd-check (cpd_check) @ META-POM ---
[INFO] Skipping CPD execution
[INFO]
[INFO] >>> spotbugs:4.9.2.0:check (default) > :spotbugs @ META-POM >>>
[INFO]
[INFO] --- spotbugs:4.9.2.0:spotbugs (spotbugs) @ META-POM ---
[INFO] Skipping com.github.spotbugs:spotbugs-maven-plugin:4.9.2.0:spotbugs report goal
[INFO]
[INFO] <<< spotbugs:4.9.2.0:check (default) < :spotbugs @ META-POM <<<
[INFO]
[INFO]
[INFO] --- spotbugs:4.9.2.0:check (default) @ META-POM ---
[INFO] Spotbugs plugin skipped
[INFO]
[INFO] --- jacoco:0.8.12:report (default) @ META-POM ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
Affects: 3.6.0